re PR ipa/65600 (bost testsuite failure: ICE: Segmentation fault)
authorJan Hubicka <hubicka@ucw.cz>
Fri, 27 Mar 2015 15:13:54 +0000 (16:13 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 27 Mar 2015 15:13:54 +0000 (15:13 +0000)
commit931c8e9a04bd7cb7c8f372a77e8061c46b19a742
tree4730bf114427a89a09662f96bb28dfa1992ea3bf
parentd81c5030d1ca9920bc41de91819cef17c83a8805
re PR ipa/65600 (bost testsuite failure: ICE: Segmentation fault)

PR ipa/65600
* cgraph.c (cgraph_update_edges_for_call_stmt_node): Fix the case
of optimized out indirect call.
(redirect_to_unreachable): Always build symbol table node for
BUILT_IN_UNREACHABLE
* g++.dg/torture/pr65600.C: New testcase.

From-SVN: r221735
gcc/ChangeLog
gcc/cgraph.c
gcc/ipa-inline-analysis.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr65600.C [new file with mode: 0644]