------- Comment #3 from pinskia at gcc dot gnu dot org 2008-04-25 09:51 ------- > D.1374_18 = D.1373_17 * 0x0fffffffffffffff8; > D.1375_19 = (long long int *) D.1374_18;
This looks wrong. So does this: > # ivtmp.36_25 = PHI <0B(2), ivtmp.36_16(3)> Both of those really should be in unsigned long long and not a pointer type. Thanks, Andrew Pinski -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36038