[Mono-bugs] [Bug 54303][Nor] Changed - generated inverted floating point comparisons are not correct
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 16 Feb 2004 00:14:23 -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-15 00:37:35.000000000 -0500
+++ shadow/54303.tmp.2282 2004-02-16 00:14:23.000000000 -0500
@@ -5,17 +5,18 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: bmaurer@users.sf.net
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
+Cc:
Summary: generated inverted floating point comparisons are not correct
Using the following testcase:
double a = Double.NaN;
@@ -57,6 +58,10 @@
double a, b; // vary these
if (!(a < b ? expected_true : !expected_true))
Fail ("a < b");
(the redundant code is ot make sure we use branchable).
+
+------- Additional Comments From bmaurer@users.sf.net 2004-02-16 00:14 -------
+Note to self: Miguel said that once the tests are generated, this is
+OK to check in.