------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-03 19:51 ------- Oh, the problem is we don't handle non one increment. Another example: int f(unsigned s1, unsigned s2, int *s, int *e) { unsigned i; for (i = s1; i< s2; i+=4) *s++ = 0; }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18813