This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/28042] optimizer (-O2) changes the semantics of my programs



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]