]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/69999 (ICE in verify_loop_structure, at cfgloop.c:1639 (error...
authorJeff Law <law@redhat.com>
Mon, 29 Feb 2016 22:45:41 +0000 (15:45 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 29 Feb 2016 22:45:41 +0000 (15:45 -0700)
commit0c6072a3fc25e656c606247df51a448ab21326c0
treeec4fb7504f0481f105f0de78e43f4a26a0986580
parent8cfb576a289ce5676d7fa07744aadc0107902718
re PR tree-optimization/69999 (ICE in verify_loop_structure, at cfgloop.c:1639 (error: loop with header 3 not in loop tree) at -O3 or -Ofast)

PR tree-optimization/69999
* gimple-ssa-split-paths.c (split_paths): When duplicating a block
with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
loop cleanups.

PR tree-optimization/69999
* gcc.c-torture/compile/pr69999.c: New test.

From-SVN: r233824
gcc/ChangeLog
gcc/gimple-ssa-split-paths.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr69999.c [new file with mode: 0644]