PR tree-optimization/69999
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Feb 2016 22:45:41 +0000 (22:45 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Feb 2016 22:45:41 +0000 (22:45 +0000)
commit01c5d15db2370cca93988483be8f747325d5e614
treeec4fb7504f0481f105f0de78e43f4a26a0986580
parent081f4df255e197f5ecf97c40e7e315dbf0f79cc7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233824 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple-ssa-split-paths.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr69999.c [new file with mode: 0644]