[Mono-bugs] [Bug 38017][Nor] Changed - assertion in JIT
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 22 Feb 2003 14:19:17 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38017
--- shadow/38017 Thu Feb 13 14:57:46 2003
+++ shadow/38017.tmp.17092 Sat Feb 22 14:19:17 2003
@@ -2,13 +2,13 @@
Product: Mono/Runtime
Version: unspecified
OS: Debian Woody
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -29,6 +29,23 @@
}
static public void Main() {
foo (OpCodes.Calli, (null == typeof(void)) ? null : null);
}
}
+
+------- Additional Comments From miguel@ximian.com 2003-02-22 14:19 -------
+From Patrik:
+
+The 38017 bug doesn't compile on csc, it crashes out with a CS1503
+error.
+
+Cheers,
+ Patrik
+
+--------------------------------------------
+
+nother bug report from Zoltan This means that I have to fix a bug in
+MCS, but we should also get another test case for the IKVM case (I
+assume this is IKVM related, right?)
+
+Miguel.