[Mono-bugs] [Bug 74934][Min] Changed - invalid IL code at ...
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri May 13 14:26:13 EDT 2005
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74934
--- shadow/74934 2005-05-13 09:10:13.000000000 -0400
+++ shadow/74934.tmp.16006 2005-05-13 09:26:13.000000000 -0400
@@ -3,13 +3,13 @@
Version: 1.1
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Blocker
+Priority: Minor
Component: C#
AssignedTo: rharinath@novell.com
ReportedBy: michael@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -68,6 +68,12 @@
return 0;
return 1;
}
}
mcs uses ldnull (which is an objref) instead of a NULL pointer.
It should use ldc.i4.0/conv.u, instead.
+
+------- Additional Comments From rharinath@novell.com 2005-05-13 09:26 -------
+This particular testcase is fixed in SVN r44495.
+
+I still have to audit the rest of the pointer comparison code to see
+if we need to do conversions of 'null' to null-pointers.
More information about the mono-bugs
mailing list