]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ipa-devirt.c
re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_for_binfo...
authorJan Hubicka <hubicka@ucw.cz>
Tue, 11 Feb 2014 22:54:21 +0000 (23:54 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 11 Feb 2014 22:54:21 +0000 (22:54 +0000)
commitec77d61fe3a2b7882aaaae413b25aea878bed33d
tree9df630d2652c935d26cf3f91eb9ed4ef6e67f462
parent5a4dcd9bd902ebef3542a89eb6d71e1913052354
re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_for_binfo, at gimple-fold.c:3224)

PR lto/59468
* ipa-utils.h (possible_polymorphic_call_targets): Update prototype
and wrapper.
* ipa-devirt.c: Include demangle.h
(odr_violation_reported): New static variable.
(add_type_duplicate): Update odr_violations.
(maybe_record_node): Add completep parameter; update it.
(record_target_from_binfo): Add COMPLETEP parameter;
update it as needed.
(possible_polymorphic_call_targets_1): Likewise.
(struct polymorphic_call_target_d): Add nonconstruction_targets;
rename FINAL to COMPLETE.
(record_targets_from_bases): Sanity check we found the binfo;
fix COMPLETEP updating.
(possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
parameter, fix computing of COMPLETEP.
(dump_possible_polymorphic_call_targets): Imrove readability of dump; at
LTO time do demangling.
(ipa_devirt): Use nonconstruction_targets; Improve dumps.
* gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
parameter.
(gimple_get_virt_method_for_binfo): Likewise.
* gimple-fold.h (gimple_get_virt_method_for_binfo,
gimple_get_virt_method_for_vtable): Update prototypes.

PR lto/59468
* g++.dg/ipa/devirt-27.C: New testcase.
* g++.dg/ipa/devirt-26.C: New testcase.

From-SVN: r207702
gcc/ChangeLog
gcc/cp/decl2.c
gcc/gimple-fold.c
gcc/gimple-fold.h
gcc/ipa-devirt.c
gcc/ipa-utils.h
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ipa/devirt-26.C [new file with mode: 0644]
gcc/testsuite/g++.dg/ipa/devirt-27.C [new file with mode: 0644]