[Bug tree-optimization/20947] [4.1 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:394
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Apr 17 23:05:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list