------- Comment #14 from rguenth at gcc dot gnu dot org 2006-04-03 09:12 ------- With the patch we now can no longer figure out the number of iterations of the inner loop, because we have an exit condition of i1D.1522_6 != 2147483647 now!? Which we cannot simplify against i1D.1522_6 >= 0 (I will extend my compare_conditions patch to handle this case - but I have to think about it some more).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26939