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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jan 2004 13:36: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 bmaurer@users.sf.net.

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

--- shadow/52707	2004-01-09 12:44:12.000000000 -0500
+++ shadow/52707.tmp.12494	2004-01-09 13:36:21.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 52707
-Product: Mono/Runtime
+Product: Mono/Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
-Component: misc
+Severity: Unknown
+Priority: Normal
+Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: AOT fails for ICSharpCode.SharpZipLib
+Summary: Invalid IL in ICSharpCode.SharpZipLib -- makes AOT fail
 
 Go to install/lib and run:
 mono --aot ICSharpCode.SharpZipLib.dll
 
 Actual results:
 Mono Ahead of Time compiler - compiling assembly ICSharpCode.SharpZipLib.dll
@@ -26,6 +26,9 @@
 ICSharpCode.SharpZipLib.BZip2.BZip2InputStream:GetAndMoveToFrontDecode ():
 IL_0148: br        IL_043b
  
  
 aborting...
 Aborted
+
+------- Additional Comments From bmaurer@users.sf.net  2004-01-09 13:36 -------
+This actually means we are making invalid IL code.