[Mono-bugs] [Bug 54467][Wis] Changed - Incorrect values when subtracting doubles

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 May 2004 17:00:23 -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 massi@ximian.com.

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

--- shadow/54467	2004-05-24 09:19:01.000000000 -0400
+++ shadow/54467.tmp.19207	2004-05-26 17:00:23.000000000 -0400
@@ -154,6 +154,10 @@
 memory reference to a 0.0 value instead of building it on the stack,
 which is slow and requires more code.
 There is no need to split the add of 0: it buys us nothing that I can
 see. Please put the additional tests in a file different from
 basic-float.cs: the tests there should test very basic functionality
 that doesn't require method calls etc.
+
+------- Additional Comments From massi@ximian.com  2004-05-26 17:00 -------
+Fixed in cvs, but I keep it open until I haven't fixed the other
+problem that appeared (the new test that does not pass).