[Mono-bugs] [Bug 37749][Nor] Changed - About the double comparishon internals.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 6 Apr 2003 13:22:35 -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 yoros@wanadoo.es.

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

--- shadow/37749	Sat Feb  8 03:51:27 2003
+++ shadow/37749.tmp.21486	Sun Apr  6 13:22:35 2003
@@ -1,16 +1,16 @@
 Bug#: 37749
-Product: Mono/Runtime
+Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: misc
+Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yoros@wanadoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -29,6 +29,12 @@
 NAN >= 1.0
 1.0 <= NAN
 1.0 >= NAN
 
 If anyone can help me to find out the file that has the implementation of
 the double comparators... email me: <yoros@wanadoo.es>
+
+------- Additional Comments From yoros@wanadoo.es  2003-04-06 13:22 -------
+I have run my test files with "mini" the new JIT and it reduces the
+failed-cases to tthose that are "X >= Y". The test compiled in CSC now
+works perfectly, this indicates that the bug is in the compiler (or in
+Emit code).