Do not copy DECL_VIRTUAL_P.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231670
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-12-10 Jan Hubicka <hubicka@ucw.cz>
+
+ * symtab.c (symtab_node::fixup_same_cpp_alias_visibility):
+ Do not copy DECL_VIRTUAL_P.
+
2015-12-15 Martin Sebor <msebor@redhat.com>
c++/42121
DECL_EXTERNAL (decl) = DECL_EXTERNAL (target->decl);
DECL_VISIBILITY (decl) = DECL_VISIBILITY (target->decl);
}
- DECL_VIRTUAL_P (decl) = DECL_VIRTUAL_P (target->decl);
if (TREE_PUBLIC (decl))
{
tree group;