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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 17 May 2004 07:33:42 -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 massi@ximian.com.

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

--- shadow/58343	2004-05-16 10:24:18.000000000 -0400
+++ shadow/58343.tmp.6535	2004-05-17 07:33:42.000000000 -0400
@@ -39,6 +39,18 @@
 but running:
 
 mono -O=all,-loop --aot classpath.dll
 
 works fine, so probably a bug with the loop opt.
 
+
+------- Additional Comments From massi@ximian.com  2004-05-17 07:33 -------
+
+This is strange... I updated my mono source tree today, and both
+"mono -O=all --aot classpath.dll"
+and
+"mono -O=all,-loop --aot classpath.dll"
+work correctly.
+
+On the other hand, "mono -O=-all --aot classpath.dll"
+still does *not* work for me.
+