------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-17 23:04 ------- Reduced testcase from 21054 which also happens on PPC: static int a[27]; void foo (void) { int i; for (i = 0; i < 27; i++) a[i] = 0; }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20947