re PR tree-optimization/57185 (ICE: Segmentation fault in add_field_for_reduction...
authorRichard Biener <rguenther@suse.de>
Mon, 6 May 2013 15:06:41 +0000 (15:06 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 6 May 2013 15:06:41 +0000 (15:06 +0000)
commitaa06a9782f22abcf96b98e92e5b081ef872ec941
tree4ba41d4852bb4031c786c3e67f53692bba49366b
parent27ea9e0635cd6267f9f1b517a6538001c4766be8
re PR tree-optimization/57185 (ICE: Segmentation fault in add_field_for_reduction with -ftree-parallelize-loops=2 -fipa-pta)

2013-05-06  Richard Biener  <rguenther@suse.de>

PR tree-optimization/57185
* tree-parloops.c (add_field_for_reduction): Handle anonymous
SSA names properly.

* gcc.dg/autopar/pr57185.c: New testcase.

From-SVN: r198630
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/autopar/pr57185.c [new file with mode: 0644]
gcc/tree-parloops.c