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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 4 Jun 2003 13:23:08 -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	Wed Jun  4 11:03:28 2003
+++ shadow/43499.tmp.17420	Wed Jun  4 13:23:08 2003
@@ -42,6 +42,10 @@
 
 The cond. branch only checks for ZF=1 (X86_CC_EQ), but it should check
 for (ZF=1 && PF=0) or (ZF=1 && CF=0). But I found no way to do such check.
 
 
 
+
+------- Additional Comments From vargaz@freemail.hu  2003-06-04 13:23 -------
+It might be useful to check what the MS JIT generates for such a 
+case.