2005-01-20 Giovanni Bajo <giovannibajo@gcc.gnu.org>
commite4ac42e243f6cb0cb92f4bf19560eddfda62bba0
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Feb 2005 19:11:58 +0000 (18 19:11 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Feb 2005 19:11:58 +0000 (18 19:11 +0000)
treec9e53c3d1b5552f20cf65784987f33ce34aad1bd
parenta9dd2464a0e9e57fee758a3345a029bdc63edf1f
2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>

        PR c++/19508
        * g++.dg/ext/attrib20.C: New test.

2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>

        PR c++/19508
        * decl2.c (grokfield): Do not apply attributes to template parameters
        as they are ignored by tsubst anyway.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95230 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/attrib20.C [new file with mode: 0644]