[Mono-bugs] [Bug 43499][Nor] New - problem comparing 2.0 and NaN

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 22 May 2003 09:48:00 -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 vargaz@freemail.hu.

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

--- shadow/43499	Thu May 22 09:48:00 2003
+++ shadow/43499.tmp.10127	Thu May 22 09:48:00 2003
@@ -0,0 +1,22 @@
+Bug#: 43499
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: problem comparing 2.0 and NaN
+
+Hi,
+
+  The attached testcase evaluates 2.0 > NaN. It prints FALSE under MS.NET,
+and TRUE under mini. It prints FALSE under mini --optimize=-fcmov.