[Mono-bugs] [Bug 58475][Nor] Changed - Incorrect long comparison
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 04:52:37 -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=58475
--- shadow/58475 2004-05-13 23:37:11.000000000 -0400
+++ shadow/58475.tmp.3316 2004-05-14 04:52:37.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58475
Product: Mono: Runtime
Version: unspecified
OS: GNU/Linux [Other]
OS Details: x86 linux 2.6.5, gcc 3.3.1
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: DUPLICATE
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: s001@hotbox.ru
QAContact: mono-bugs@ximian.com
@@ -103,6 +103,14 @@
return 0;
}
}
------- Additional Comments From bmaurer@users.sf.net 2004-05-13 23:37 -------
Patrik, could this be caused by your patch?
+
+------- Additional Comments From Patrik.Torstensson@intel.com 2004-05-14 04:52 -------
+Test uses CLT that has the same problem as 54209 and is due to our
+long handling (we do branching in a basic block)
+
+My patch just causes this example to be hit by the bug, sadly.
+
+*** This bug has been marked as a duplicate of 54209 ***