re PR c++/19508 (dwarf2, ICE on __attribute__(aligned) in class template)
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Fri, 18 Feb 2005 19:11:58 +0000 (19:11 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 18 Feb 2005 19:11:58 +0000 (11:11 -0800)
commitaecc0cf071f98308306003f76458fe47ecebc3c9
treec9e53c3d1b5552f20cf65784987f33ce34aad1bd
parent2155b88625b5a282858fbefce23c785cbbd58927
re PR c++/19508 (dwarf2, ICE on __attribute__(aligned) in class template)

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.

From-SVN: r95230
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/attrib20.C [new file with mode: 0644]