--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30
00:46 ---
(In reply to comment #1)
> Fold turns
>
> D.1157 = &fmcom_D.1134.x_D.1132[0] + -8B;
> into
>
> D.1157 = &fmcom_D.1134.x_D.1132[-1];
>
> which seems very wrong (we eventually crap out on the overf
--- 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[-1];
which seems very wrong (we eventually crap out on the overflowed constant)
--
http://gcc.gnu.org