[Bug optimization/11256] Optimization problem causes incorrect numeric calculation.

pinskia at physics dot uc dot edu gcc-bugzilla@gcc.gnu.org
Thu Jun 19 20:16:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-19 20:04 -------
The code is invalid and should have been rejected but was not for 3.2.x but that has 
been fixed in 3.3 but that is not the problem because after fixing you code by adding ULL 
to the hex constant (0xff00000000000000), it fails on 3.2.2 but it passes on 3.2.3 and 
3.3.1 (20030616) and on the mainline (20030618), so I am closing as fixed.



More information about the Gcc-bugs mailing list