[Mono-bugs] [Bug 43838][Nor] Changed - Mono aborts with "unknown operator: local" with deadce optimizations
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 29 May 2003 16:34:40 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=43838
--- shadow/43838 Wed May 28 19:52:12 2003
+++ shadow/43838.tmp.20271 Thu May 29 16:34:40 2003
@@ -11,12 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: Mono aborts with "unknown operator: local" with deadce optimizations
+OtherBugsDependingOnThis: 43884
Description of Problem:
When I assemble and try to run the following program using Mono, it works with the
default optimizations for Linux, but it fails when the deadce optimization is specified.
@@ -75,6 +76,9 @@
ret
FAIL:
ldc.i4 1
ret
}
}
+
+------- Additional Comments From bmaurer@users.sf.net 2003-05-29 16:34 -------
+This is from the Rotor test suite. Adding dependency.