[Bug optimization/11394] optimization leads to broken double comparison
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Tue Jul 1 18:36:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11394
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-01 18:36 -------
Read bug 323. This bug is invalid as it is the excessive precession problem with x86 using 80bit
versus 64bit.
>From that bug:
See any faq on numerical analysis that mentions the x86.
You are seeing the results of excess precision in the FPU.
Either change the rounding precision in the FPCR, or work
around the problem with -ffloat-store.
*** This bug has been marked as a duplicate of 323 ***
More information about the Gcc-bugs
mailing list