This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11256] Optimization problem causes incorrect numeric calculation.
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2003 20:04:18 -0000
- Subject: [Bug optimization/11256] Optimization problem causes incorrect numeric calculation.
- References: <20030619194418.11256.jan-one@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.