optimization/10644: float calculation exceeds representation max, only when optimizer is turned on
ehrhardt@mathematik.uni-ulm.de
ehrhardt@mathematik.uni-ulm.de
Tue May 6 21:19:00 GMT 2003
Synopsis: float calculation exceeds representation max, only when optimizer is turned on
State-Changed-From-To: open->closed
State-Changed-By: cae
State-Changed-When: Tue May 6 21:09:15 2003
State-Changed-Why:
Not a Bug. If you want exact floating point behaviour use -ffloat-store
which fixes your problem. If you don't do this gcc will happily do your
calculations at higher precision if that helps optimization.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10644
More information about the Gcc-bugs
mailing list