[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 22:44:44 -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:29:18 2002
+++ shadow/33151.tmp.12884	Sat Nov 16 17:44:44 2002
@@ -136,6 +136,11 @@
 
 
 
 ------- Additional Comments From martin@ximian.com  2002-11-16 17:29 -------
 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.
+