[Mono-bugs] [Bug 33151][Wis] Changed - MCS creates bad MSIL for if statement
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Nov 2002 23:01:47 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33151
--- shadow/33151 Sat Nov 16 17:44:44 2002
+++ shadow/33151.tmp.31745 Sat Nov 16 18:01:47 2002
@@ -1,13 +1,13 @@
Bug#: 33151
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: david_stephenson@hp.com
QAContact: mono-bugs@ximian.com
@@ -140,7 +140,12 @@
Btw. the mcs generated executable doesn't work, it just verifies without problems.
------- Additional Comments From martin@ximian.com 2002-11-16 17:44 -------
Ok, so the difference between the two is that the csc generated executable uses brfalse while the mcs generated one compares the
returned value with 1.
+
+
+------- Additional Comments From martin@ximian.com 2002-11-16 18:01 -------
+Ok, fixed in CVS.
+