]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR regression/58165 (internal compiler error: verify_flow_info)
authorJakub Jelinek <jakub@redhat.com>
Fri, 16 Aug 2013 08:57:29 +0000 (10:57 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 16 Aug 2013 08:57:29 +0000 (10:57 +0200)
commit7a46059462cd49f3304fe42437b94697a50e9bed
tree7f31af965b645ebdcb9d744c3b6c16a68d013604
parenta23d240db06c29b02b1ad1668a36f455cdbb7902
re PR regression/58165 (internal compiler error: verify_flow_info)

PR tree-optimization/58165
* tree-call-cdce.c (shrink_wrap_one_built_in_call): If
bi_call must be the last stmt in a bb, don't split_block, instead
use fallthru edge from it and give up if there is none.
Release conds vector when returning early.

* g++.dg/opt/pr58165.C: New test.

From-SVN: r201780
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr58165.C [new file with mode: 0644]
gcc/tree-call-cdce.c