[Bug libstdc++/59421] stof(), stod() wrong result

2020-01-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59421 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/59421] stof(), stod() wrong result

2013-12-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59421 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org --- Is all that code really necessary to demonstrate the bug? Please read http://gcc.gnu.org/bugs/ again (you did read it before submitting ,as requested, right?)

[Bug libstdc++/59421] stof(), stod() wrong result

2013-12-09 Thread stefan.helm...@t-online.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59421 --- Comment #3 from Stefan Helmert stefan.helm...@t-online.de --- OK, please try this code: https://github.com/TheTesla/DigiKeyCSV2KiCadSCHpatcher/tree/gcctest The relevant function is norm_value().

[Bug libstdc++/59421] stof(), stod() wrong result

2013-12-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59421 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug libstdc++/59421] stof(), stod() wrong result

2013-12-07 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59421 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org --- (In reply to Andrew Pinski from comment #1) Do you have a full testcase that is able to compile and work? s/work/run/