--- Comment #7 from reichelt at gcc dot gnu dot org 2009-01-16 21:01
---
Fixed.
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #6 from tomby at gcc dot gnu dot org 2009-01-12 15:37 ---
Subject: Bug 38385
Author: tomby
Date: Mon Jan 12 15:37:09 2009
New Revision: 143291
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143291
Log:
PR middlend/38385
* tree-loop-distribution.c (pro
--- Comment #5 from reichelt at gcc dot gnu dot org 2008-12-29 20:20
---
Confirmed. Shorter testcase (crashes with "-O -ftree-loop-distribution"):
=
int foo();
void bar()
{
int i, j, x[2], y[2], z[2];
for (i = 0; i < 2; ++i)
if (foo())