[Bug c/55771] Negation and type conversion incorrectly exchanged

mikpe at it dot uu.se gcc-bugzilla@gcc.gnu.org
Fri Dec 21 09:00:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55771

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #3 from Mikael Pettersson <mikpe at it dot uu.se> 2012-12-21 08:59:47 UTC ---
With gcc-3.2.3 or 3.3.6 it prints

1.84467e+19
1.84467e+19

on x86_64-linux, with 3.4.6 up to 4.7.2 it prints

-3
1.84467e+19

Optimization level doesn't seem to make any difference.



More information about the Gcc-bugs mailing list