re PR tree-optimization/58326 (ICE in check_loop_closed_ssa_use, at tree-ssa-loop...
authorRichard Biener <rguenther@suse.de>
Mon, 9 Sep 2013 13:18:38 +0000 (13:18 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 9 Sep 2013 13:18:38 +0000 (13:18 +0000)
commit467a3558efb2d9ac55f643ad41d82c70477ea1de
treef64252be9ef1b4500b3be2868803c331e4506af8
parent849107c128378779f133c435d3f76d45b599361b
re PR tree-optimization/58326 (ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:551)

2013-09-09  Richard Biener  <rguenther@suse.de>

PR middle-end/58326
* cfgloopmanip.c (fix_bb_placements): When fixing the placement
of a subloop record all its block as affecting loop-closed SSA form.

* gcc.dg/torture/pr58326-1.c: New testcase.
* gcc.dg/torture/pr58326-2.c: Likewise.

From-SVN: r202399
gcc/ChangeLog
gcc/cfgloopmanip.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr58326-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr58326-2.c [new file with mode: 0644]