This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/28042] optimizer (-O2) changes the semantics of my programs
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2006 10:13:28 -0000
- Subject: [Bug middle-end/28042] optimizer (-O2) changes the semantics of my programs
- References: <bug-28042-12834@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from rguenth at gcc dot gnu dot org 2006-06-16 10:13 -------
Fold simply drops the && (integerValue >= -1073741824) && (integerValue <
1073741824) part. Works if using 2**29 instead of 2**30.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-06-16 10:13:28
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28042