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 tree-optimization/21293] ICE on valid


------- Additional Comments From dberlin at gcc dot gnu dot org  2005-04-30 00:17 -------
Fold turns

 D.1157 = &fmcom_D.1134.x_D.1132[0] + -8B;
into

D.1157 = &fmcom_D.1134.x_D.1132[-000000001];

which seems very wrong (we eventually crap out on the overflowed constant)

-- 


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


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