]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)
authorJan Hubicka <hubicka@ucw.cz>
Thu, 10 Mar 2016 16:11:14 +0000 (17:11 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 10 Mar 2016 16:11:14 +0000 (16:11 +0000)
commit4f4ada6afb970674c3f33d895ec793491a026c1c
tree75330395a11be8ce2a0a3af9dc620e72f851a88a
parent079cd8548b540ceda89887711f6f7fb3a8fa49ec
re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)

PR lto/69589
* cgraph.c (cgraph_node::dump): Dump split_part and indirect_call_target.
* cgraph.h (cgraph_node): Add indirect_call_target flag.
* ipa.c (has_addr_references_p): Cleanup.
(is_indirect_call_target_p): New.
(walk_polymorphic_call_targets): Do not mark virtuals that may be
called indirectly as local.
(symbol_table::remove_unreachable_nodes): Compute indirect_call_target.

* g++.dg/lto/pr69589_0.C: New testcase
* g++.dg/lto/pr69589_1.C: New testcase

From-SVN: r234115
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/ipa.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lto/pr69589_0.C [new file with mode: 0644]
gcc/testsuite/g++.dg/lto/pr69589_1.C [new file with mode: 0644]