[Mono-bugs] [Bug 75228][Nor] Changed - [PATCH] double.Parse
("6363883797383966.2933E-726") gives NaN not 0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Nov 14 05:46:18 EST 2005
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75228
--- shadow/75228 2005-09-08 09:36:19.000000000 -0400
+++ shadow/75228.tmp.22031 2005-11-14 05:46:18.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: double.Parse ("6363883797383966.2933E-726") gives NaN not 0
+Summary: [PATCH] double.Parse ("6363883797383966.2933E-726") gives NaN not 0
Compile and run this example code with --trace option:
--------
using System;
@@ -110,6 +110,9 @@
Interestingly, the attached patch fixes this bug on Windows. So there
would be a bug in mingw gcc. So I believe this patch should be applied.
I wonder if this also fixes this bug on Linux. Possibly we will have
to replace existing strtod.c with newer strtod.c. I tried the one from
OpenBSD and it worked fine on Windows.
+
+------- Additional Comments From atsushi at ximian.com 2005-11-14 05:46 -------
+anyone to review the patch?
More information about the mono-bugs
mailing list