parser.c (cp_parser_explicit_instantiation): Give a warning for ignored attributes...
authorJason Merrill <jason@redhat.com>
Wed, 15 Feb 2012 01:56:56 +0000 (20:56 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 15 Feb 2012 01:56:56 +0000 (20:56 -0500)
commit7f3dee0e1cd3024cef687846f55b5981dccce926
tree2ff090482c7791f4e0e240972d28dae38339298b
parentaa434b3d4dfc229b4acc6b5604d68a44b2b9ed5a
parser.c (cp_parser_explicit_instantiation): Give a warning for ignored attributes on explicit class instantiation.

* parser.c (cp_parser_explicit_instantiation): Give a warning
for ignored attributes on explicit class instantiation.

From-SVN: r184254
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/attrib43.C [new file with mode: 0644]