[Mono-bugs] [Bug 58343][Nor] Changed - AOT failure for classpath.dll from ikvm

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 16 May 2004 10:24:18 -0400 (EDT)


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 patrik.torstensson@intel.com.

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

--- shadow/58343	2004-05-15 08:22:54.000000000 -0400
+++ shadow/58343.tmp.30243	2004-05-16 10:24:18.000000000 -0400
@@ -21,6 +21,24 @@
 mono -O=-all --aot classpath.dll
 
 it asserts with:
 
 ** ERROR **: file mini-x86.c: line 1122 (get_register_force_spilling):
 assertion failed: (i == sel)
+
+------- Additional Comments From Patrik.Torstensson@intel.com  2004-05-16 10:24 -------
+The:
+
+mono -O=-all --aot classpath.dll 
+
+Is fixed in cvs but this exposes a bug with:
+
+mono -O=all --aot classpath.dll
+
+mono: mini-x86.c:3309: mono_arch_patch_code: Assertion `0' failed.
+
+but running:
+
+mono -O=all,-loop --aot classpath.dll
+
+works fine, so probably a bug with the loop opt.
+