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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 07:02:21 -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 martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52707

--- shadow/52707	2004-01-18 01:11:29.000000000 -0500
+++ shadow/52707.tmp.18696	2004-01-20 07:02:21.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52707
 Product: Mono/Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -126,6 +126,12 @@
 
 This seems to be flow analysis not detecting that the loop can be
 broken from the break (it gets confused probably, since there is 
 continue there).
 
 Removing the continue fixes the code.
+
+------- Additional Comments From martin@ximian.com  2004-01-20 07:02 -------
+It was not the continue, it was the `if' which confused flow 
+analysis. 
+ 
+Fixed in CVS.