]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ipa-devirt.c
ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
authorJan Hubicka <hubicka@ucw.cz>
Wed, 18 Feb 2015 16:12:52 +0000 (17:12 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 18 Feb 2015 16:12:52 +0000 (16:12 +0000)
commit88b1650888ad7645e65eb7401c6ab4ef194649c3
tree6d7fe4978dad3e4785678d28d8e7678aca3f36d9
parent196904d81317875a5ba0d89693384e6da33be785
ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.

* ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
(compare_virtual_tables): Be smarter about skipping typeinfos;
do sane output on virtual table table mismatch.
(warn_odr): Be ready for forward declarations of enums;
output sane info on base mismatch and virtual table mismatch.
(add_type_duplicate): Fix code choosing prevailing type; do not ICE
when only one type is polymorphic.
(get_odr_type): Fix hashtable corruption.
(dump_odr_type): Dump mangled names.

From-SVN: r220790
gcc/ChangeLog
gcc/ipa-devirt.c