[Mono-bugs] [Bug 78311][Maj] Changed - Dead code elimination breaks
testcase involving Interlocked.Increment
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 5 21:46:09 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78311
--- shadow/78311 2006-05-05 20:11:12.000000000 -0400
+++ shadow/78311.tmp.6470 2006-05-05 21:46:09.000000000 -0400
@@ -5,13 +5,13 @@
OS Details: Red Hat Enterprise Linux 4
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: JIT
-AssignedTo: lupus at ximian.com
+AssignedTo: massi at ximian.com
ReportedBy: horst.reiterer at mind-breeze.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Dead code elimination breaks testcase involving Interlocked.Increment
@@ -76,6 +76,9 @@
495: b8 01 00 00 00 mov $0x1,%eax
49a: 8b f0 mov %eax,%esi
// Use of uninitialized local variable 'test'
49c: f0 0f c1 75 f0 lock xadd %esi,0xfffffff0(%ebp)
4a1: 03 f0 add %eax,%esi
4a3: 83 fe 02 cmp $0x2,%esi
+
+------- Additional Comments From vargaz at gmail.com 2006-05-05 21:46 -------
+-> massi
More information about the mono-bugs
mailing list