* pt.c (lookup_template_class_1): Splice out abi_tag attribute if
commitadcaad2ca5bf5d7ab796bd1cb96a6a72c3646b5b
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Sep 2014 02:36:12 +0000 (16 02:36 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Sep 2014 02:36:12 +0000 (16 02:36 +0000)
tree1286e6ce61333a793eefcac997b7d595c8367038
parentdd1286fb158d55badf7feee4637c8ee21123f890
* pt.c (lookup_template_class_1): Splice out abi_tag attribute if
necessary.  Call inherit_targ_abi_tags here.
* class.c (check_bases_and_members): Not here.
(inherit_targ_abi_tags): Check CLASS_TYPE_P.
* cp-tree.h: Declare inherit_targ_abi_tags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215283 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/testsuite/g++.dg/abi/abi-tag10.C [new file with mode: 0644]