[Mono-bugs] [Bug 54303][Maj] Changed - FIX: generated inverted floating point comparisons are not correct
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Mar 2004 13:32:02 -0500 (EST)
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@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=54303
--- shadow/54303 2004-03-19 14:39:02.000000000 -0500
+++ shadow/54303.tmp.19123 2004-03-20 13:32:02.000000000 -0500
@@ -1,16 +1,16 @@
Bug#: 54303
-Product: Mono: Runtime
+Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
-Component: misc
+Priority: Major
+Component: C#
AssignedTo: vargaz@freemail.hu
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: FIX: generated inverted floating point comparisons are not correct
@@ -87,6 +87,10 @@
Also, a little item for thought: this has the potential to break
applications that have been compiled without the fix. Not sure if
there is anything we can do here, sadly.
------- Additional Comments From bmaurer@users.sf.net 2004-02-27 08:00 -------
Ok, this is not assigned to me for the runtime.
+
+------- Additional Comments From vargaz@freemail.hu 2004-03-20 13:32 -------
+This is now fixed in the runtime, so back to mcs.
+This bug now causes the mcs compiled mini/basic-float.exe tests to fail.