public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/59421] New: stof(), stod() wrong result
@ 2013-12-07 23:45 stefan.helmert@t-online.de
  2013-12-08  0:58 ` [Bug libstdc++/59421] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: stefan.helmert@t-online.de @ 2013-12-07 23:45 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59421

            Bug ID: 59421
           Summary: stof(), stod() wrong result
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: stefan.helmert@t-online.de

sometimes:

y = stod(str); // with str = "0"
cout << y << endl;

prints out:
0.4167

It depends on where the executable is copied to. It does not depend on
optimisation level. I use c++11.

workaround:

y = stod(""+str+"");

Windows 7 64 bit, mingw-builds/x64-4.8.1-posix-seh-rev5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-10 23:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-07 23:45 [Bug libstdc++/59421] New: stof(), stod() wrong result stefan.helmert@t-online.de
2013-12-08  0:58 ` [Bug libstdc++/59421] " pinskia at gcc dot gnu.org
2013-12-08  0:59 ` pinskia at gcc dot gnu.org
2013-12-09 21:37 ` stefan.helmert@t-online.de
2013-12-10 23:52 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).