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]

Re: optimization/10644: float calculation exceeds representation max, only when optimizer is turned on


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


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