[Bug tree-optimization/38385] ICE with -O2 -ftree-loop-distribution

2009-01-16 Thread reichelt at gcc dot gnu dot org
--- 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

[Bug tree-optimization/38385] ICE with -O2 -ftree-loop-distribution

2009-01-12 Thread tomby at gcc dot gnu dot org
--- 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

[Bug tree-optimization/38385] ICE with -O2 -ftree-loop-distribution

2008-12-29 Thread reichelt at gcc dot gnu dot org
--- 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())