re PR rtl-optimization/87468 (ice "wrong amount of branch edges after conditional...
authorJeff Law <law@redhat.com>
Sat, 24 Nov 2018 06:51:26 +0000 (23:51 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 24 Nov 2018 06:51:26 +0000 (23:51 -0700)
commiteabec4d3c56af2e8959c8329b5257a81c606da60
tree7b9dd79c18254c90d7d3c7966dbf1844935513fe
parentbdcd6cae1200660b26fb63ac50affab559c38213
re PR rtl-optimization/87468 (ice "wrong amount of branch edges after conditional jump in bb")

PR rtl-optimization/87468
* tree-ssa-threadupdate.c (create_block_for_threading): Clear
EDGE_IGNORE on all outgoing edges of the duplicate block.

From-SVN: r266426
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr87468.c [new file with mode: 0644]
gcc/tree-ssa-threadupdate.c