[Mono-bugs] [Bug 36251][Nor] Changed - Incorrect code generated for infinite for loop
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 8 Jan 2003 17:03:15 -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=36251
--- shadow/36251 Fri Jan 3 05:04:44 2003
+++ shadow/36251.tmp.20289 Wed Jan 8 17:03:14 2003
@@ -1,14 +1,14 @@
Bug#: 36251
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,9 @@
IL_0018: ldc.i4.1
IL_0019: brtrue IL_0007
} // end of method default void Main()
Note that there is no code for the false path of the brtrue.
+
+------- Additional Comments From miguel@ximian.com 2003-01-08 17:03 -------
+Fixed in CVS.