[Mono-bugs] [Bug 26469][Nor] Changed - Invalid code generated with pass-by-ref enums
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Jun 2002 19:12:58 -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=26469
--- shadow/26469 Wed Jun 19 11:10:21 2002
+++ shadow/26469.tmp.14002 Wed Jun 19 15:12:58 2002
@@ -1,13 +1,13 @@
Bug#: 26469
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -27,6 +27,9 @@
static void Main() {
}
}
generates invalid code with both the ms and mono runtime.
mcs uses stobj with some invalid type or something like that instead of
using simply stind.u2.
+
+------- Additional Comments From lupus@ximian.com 2002-06-19 15:12 -------
+Fixed in cvs as well.