[Bug go/63812] Compilation error due to a large floating point constant truncated to integer

2014-11-19 Thread e29253 at jp dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63812 --- Comment #5 from Tatsushi Inagaki e29253 at jp dot ibm.com --- Submitted a pull request to Docker: https://github.com/docker/docker/pull/9233

[Bug go/63812] Compilation error due to a large floating point constant truncated to integer

2014-11-13 Thread e29253 at jp dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63812 --- Comment #4 from Tatsushi Inagaki e29253 at jp dot ibm.com --- Ian, Thank you very much for your helpful clarification. I confirmed that the unit test passes with both of GC and GCCGO, when we modify the test from: assertEquals(t,

[Bug go/63812] Compilation error due to a large floating point constant truncated to integer

2014-11-11 Thread e29253 at jp dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63812 --- Comment #2 from Tatsushi Inagaki e29253 at jp dot ibm.com --- (In reply to Andrew Pinski from comment #1) This might be an issue in mpfr and not GCC if I read GCC's code correctly. Depending on how 2.22 is read in as a floating point

[Bug go/63812] Compilation error due to a large floating point constant truncated to integer

2014-11-11 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63812 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug go/63812] Compilation error due to a large floating point constant truncated to integer

2014-11-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63812 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- This might be an issue in mpfr and not GCC if I read GCC's code correctly. Depending on how 2.22 is read in as a floating point value.