[Mono-bugs] [Bug 33451][Maj] Changed - Passing array member as parameter fails with the jit
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Nov 2002 16:34:35 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33451
--- shadow/33451 Thu Nov 7 14:24:59 2002
+++ shadow/33451.tmp.16490 Mon Nov 18 11:34:35 2002
@@ -2,22 +2,22 @@
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details: RH8
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jason@379.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Passing array member as parameter fails
+Summary: Passing array member as parameter fails with the jit
The attached program should display
[0] = This is string 0
[1] = This is string 1
[2] = This is string 2
@@ -52,6 +52,9 @@
static void GetString(out string s, int i)
{
s = String.Format("This is string {0}", i);
}
}
+
+------- Additional Comments From lupus@ximian.com 2002-11-18 11:34 -------
+This is a bug in the JIT. mint prints the right output.