]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (ipa-devirt.o): Add dependency on diagnostic.h
authorJan Hubicka <jh@suse.cz>
Wed, 4 Sep 2013 14:14:28 +0000 (16:14 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 4 Sep 2013 14:14:28 +0000 (14:14 +0000)
commit61a74079b01d0229d95f14d160bcbe6c4f88147f
tree37a2f18b9ddc64a6fda6a6cc4c075c72734d0ce7
parent24ba81955d92ff8c29f814867b887446f5c0be05
Makefile.in (ipa-devirt.o): Add dependency on diagnostic.h

* Makefile.in (ipa-devirt.o): Add dependency on diagnostic.h
* ipa-devirt.c: Include diganostic.h
(odr_type_d): Add types and types_set.
(hash_type_name): Work for types with vtables during LTO.
(odr_hasher::remove): Fix comment; destroy types_set.
(add_type_duplicate): New function,
(get_odr_type): Use it.
(dump_type_inheritance_graph): Dump type duplicates.
* ipa.c (symtab_remove_unreachable_nodes): Build type inheritance
graph.
* tree.c (types_same_for_odr): Give exact answers on types with
virtual tables.

From-SVN: r202258
gcc/ChangeLog
gcc/Makefile.in
gcc/ipa-devirt.c
gcc/ipa.c
gcc/lto-streamer-out.c
gcc/predict.c
gcc/tree.c
This page took 0.057337 seconds and 5 git commands to generate.