]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/29290 (SPEC CPU2000 178.galgel ICE using -O3 -ftree-loop...
authorJakub Jelinek <jakub@redhat.com>
Fri, 6 Oct 2006 07:27:28 +0000 (09:27 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 6 Oct 2006 07:27:28 +0000 (09:27 +0200)
commit9731a71c571699e497274dc343cbbfb43ea5b213
tree0811968585b6f7322894c75019090cce932c2db8
parentc1a46941d41c8f3de4b9eb2f4bb95eaa99fb7146
re PR tree-optimization/29290 (SPEC CPU2000 178.galgel ICE using -O3 -ftree-loop-linear)

PR tree-optimization/29290
* tree-loop-linear.c (linear_transform_loops): Bail if loop_nest has
multiple exits.

* gfortran.dg/loop_nest_1.f90: New test.

From-SVN: r117484
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/loop_nest_1.f90 [new file with mode: 0644]
gcc/tree-loop-linear.c