[Mono-bugs] [Bug 52707][Nor] Changed - Invalid IL in ICSharpCode.SharpZipLib -- makes AOT fail

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jan 2004 01:09:10 -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=52707

--- shadow/52707	2004-01-17 15:41:31.000000000 -0500
+++ shadow/52707.tmp.25549	2004-01-18 01:09:10.000000000 -0500
@@ -98,6 +98,25 @@
 				
 			}
 		}
 		
 }
 
+
+------- Additional Comments From miguel@ximian.com  2004-01-18 01:09 -------
+Even simpler:
+
+class x {
+    static void Main() 
+    {
+	while (true) {
+	    
+	    if (1 == 2) {
+		break;
+	    }
+	    
+	    continue;
+	}
+    }
+}
+
+This is a regression since 0.29.