[Mono-bugs] [Bug 78210][Nor] Changed - Incorrect dead code
optimization
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Apr 27 17:16:07 EDT 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78210
--- shadow/78210 2006-04-26 17:25:54.000000000 -0400
+++ shadow/78210.tmp.29708 2006-04-27 17:16:07.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78210
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: JIT
AssignedTo: massi at ximian.com
ReportedBy: lupus at ximian.com
QAContact: mono-bugs at ximian.com
@@ -30,6 +30,9 @@
Console.WriteLine("Address of local is: 0x{0:x} ({1})", i, *(int*)i);
}
}
It should print 111 but doesn't because recent changes in the jit will
remove the = 111 assignment as dead.
+
+------- Additional Comments From massi at ximian.com 2006-04-27 17:16 -------
+Fixed in svn (r60012).
More information about the mono-bugs
mailing list