re PR tree-optimization/58006 (ICE compiling VegaStrike with -ffast-math -ftree-paral...
authorJakub Jelinek <jakub@redhat.com>
Sun, 18 Aug 2013 15:23:24 +0000 (17:23 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sun, 18 Aug 2013 15:23:24 +0000 (17:23 +0200)
commit29b894421e0f072bc12048b5eebfabc7edc11d85
tree2669840759a69cb8cbe81285f397da005589e40b
parent4f219961f049e3125a4f5f02c287db0a1f4b8143
re PR tree-optimization/58006 (ICE compiling VegaStrike with -ffast-math -ftree-parallelize-loops=2)

PR tree-optimization/58006
* tree-parloops.c (take_address_of): Don't ICE if get_name
returns NULL.
(eliminate_local_variables_stmt): Remove clobber stmts.

* g++.dg/opt/pr58006.C: New test.

From-SVN: r201827
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr58006.C [new file with mode: 0644]
gcc/tree-parloops.c