This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/50695] double comparison broken after computation
- From: "gpib at rickyrockrat dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 11 Oct 2011 19:38:51 +0000
- Subject: [Bug c/50695] double comparison broken after computation
- Auto-submitted: auto-generated
- References: <bug-50695-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50695
--- Comment #9 from rickyrockrat <gpib at rickyrockrat dot net> 2011-10-11 19:38:51 UTC ---
One further note, with stdio.h, string.h and using strtod, I get the correct
answer suggested by Andreas Schwab:
Bug!!0.000000E+00
If I put stdio.h, string.h, and stdlib.h, I get
Nobug
Something doesn't make sense.