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 ada/21959] [4.1 Regression] Ada depends on signed overflow


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-06-17 20:23 -------
> No because Ada front-end is creating:
> signed_char <= 127 which is always true, removing this from fold would not
> change the problem as it will still be optimized away.

Where do you see signed_char?  The type 0x556d9144 is unsigned.



-- 


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


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