[Mono-bugs] [Bug 39314][Nor] Changed - incorrect opcodes for some fp comparisons
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 10 Apr 2003 20:04:47 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=39314
--- shadow/39314 Mon Apr 7 05:10:30 2003
+++ shadow/39314.tmp.28252 Thu Apr 10 20:04:47 2003
@@ -1,13 +1,13 @@
Bug#: 39314
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -57,6 +57,13 @@
------- Additional Comments From lupus@ximian.com 2003-04-02 04:25 -------
The branch opcodes are still not correct (see the branch_un function
in the test case).
------- Additional Comments From lupus@ximian.com 2003-04-07 05:10 -------
*** Bug 37749 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From miguel@ximian.com 2003-04-10 20:04 -------
+Thanks. I see I fixed one case (compares) but not the other
+(branches). The fix is coming to cvs now.
+
+The tricky bit was to find out that I had to run this with mini to
+test ;-).