http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52671
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-22 20:27:47 UTC --- Author: jakub Date: Thu Mar 22 20:27:38 2012 New Revision: 185710 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185710 Log: PR c++/52671 * decl.c (check_tag_decl): Only use CLASSTYPE_TEMPLATE_INSTANTIATION on CLASS_TYPE_P types. * g++.dg/ext/attrib44.C: New test. Modified: branches/gcc-4_7-branch/gcc/cp/ChangeLog branches/gcc-4_7-branch/gcc/cp/decl.c branches/gcc-4_7-branch/gcc/testsuite/ChangeLog