This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization/4358: optimized code produces incorrect results
- To: Ko dot vanderSloot at kub dot nl, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Subject: Re: optimization/4358: optimized code produces incorrect results
- From: aoliva at gcc dot gnu dot org
- Date: 29 Sep 2001 04:33:31 -0000
Synopsis: optimized code produces incorrect results
State-Changed-From-To: open->closed
State-Changed-By: aoliva
State-Changed-When: Fri Sep 28 21:33:29 2001
State-Changed-Why:
You're falling prey of the excess precision of the x86 floating point registers. Try -ffloat-store.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4358&database=gcc