[Bug c/61626] Cast temporary produces wrong result

2014-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61626 --- Comment #3 from Andrew Pinski --- 0x7FFF is not exactly presentably in 64bit (double) precision floating point. But is 80bit (the underlying precision of x86/x87). So yes this is exactly the same issue as bug 323.

[Bug c/61626] Cast temporary produces wrong result

2014-06-26 Thread meidingerc1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61626 --- Comment #2 from meidingerc1 at gmail dot com --- I dispute that bug 61626 is a duplicate of 323. The 323 bug doesn't show up on the system where I confirmed 61626.

[Bug c/61626] Cast temporary produces wrong result

2014-06-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61626 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---