[Mono-bugs] [Bug 54303][Nor] Changed - generated inverted floating point comparisons are not correct
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 14 Feb 2004 14:33:39 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=54303
--- shadow/54303 2004-02-14 14:32:57.000000000 -0500
+++ shadow/54303.tmp.24534 2004-02-14 14:33:39.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 54303
Product: Mono/Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -41,6 +41,10 @@
since the negation of 'lesser' is 'greater-or-equal-or-unordered'
------- Additional Comments From bmaurer@users.sf.net 2004-02-14 14:32 -------
Created an attachment (id=6701)
patch
+
+------- Additional Comments From bmaurer@users.sf.net 2004-02-14 14:33 -------
+Ok, we just forgot to copy the code for this case into two other
+statements.