re PR lto/70283 (bogus vtable mismatch warnings)
authorJan Hubicka <hubicka@ucw.cz>
Tue, 29 Mar 2016 19:37:55 +0000 (21:37 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 29 Mar 2016 19:37:55 +0000 (19:37 +0000)
commitf8a1abf8e3dc2ef5cb47a13f14e6a7ec8113a46f
tree0db1268677c278b70680ea23df35ab40f292d64f
parenta362f023e538bc30dd9f2107f71c2435f62b9289
re PR lto/70283 (bogus vtable mismatch warnings)

PR ipa/70283
* ipa-devirt.c (methods_equal_p): New function.
(compare_virtual_tables): Use it.
* cgraph.h (symbol_table::symbol_suffix_separator): Declare.
* cgraphclones.c (clone_function_name_1): Use
symbol_table::symbol_suffix_separator.
* coverage.c (build_var): Likewise.
* symtab.c (symbol_table::symbol_suffix_separator): New.

From-SVN: r234532
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphclones.c
gcc/coverage.c
gcc/ipa-devirt.c
gcc/symtab.c