* symtab.c (symtab_node::fixup_same_cpp_alias_visibility):
Do not copy DECL_VIRTUAL_P.
From-SVN: r231670
+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;