[Mono-bugs] [Bug 54303][Nor] Changed - FIX: generated inverted floating point comparisons are not correct

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Feb 2004 02:33:05 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54303

--- shadow/54303	2004-02-16 00:14:23.000000000 -0500
+++ shadow/54303.tmp.3281	2004-02-27 02:33:05.000000000 -0500
@@ -11,13 +11,13 @@
 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
+Summary: FIX: generated inverted floating point comparisons are not correct
 
 Using the following testcase:
 
 		double a = Double.NaN;
 
 		if (a == a)
@@ -62,6 +62,11 @@
 
 (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.
+
+------- Additional Comments From miguel@ximian.com  2004-02-27 02:33 -------
+Zoltan, one question: how is it that you tracked this bug.  Am
+wondering how should we write a regression test for this, as I could
+not track what the difference was supposed to be.