This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/61626] Cast temporary produces wrong result


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61626

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
0x7FFFFFFFFFFFFFFF 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]