optimization/9840: Incorrect optimization for floating-point aliasing to int
bangerth@dealii.org
bangerth@dealii.org
Mon Feb 24 21:59:00 GMT 2003
Synopsis: Incorrect optimization for floating-point aliasing to int
State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Mon Feb 24 21:58:59 2003
State-Changed-Why:
Not a bug. You are violating aliasing rules, so the compiler
may generate whatever code it likes. If you need to play
type games, check the manual for ways to do that.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9840
More information about the Gcc-bugs
mailing list