re PR c++/33911 (attribute deprecated vs. templates)
authorEaswaran Raman <eraman@google.com>
Thu, 3 Oct 2013 17:39:35 +0000 (17:39 +0000)
committerEaswaran Raman <eraman@gcc.gnu.org>
Thu, 3 Oct 2013 17:39:35 +0000 (17:39 +0000)
commitd1f11e2bae47de8b47ed5e6b530111cce5434960
tree8d9616377119edc81fa55d927125a0dd6087861d
parent6867e128b97f35f1a20e58cbbf9b6030940b88de
re PR c++/33911 (attribute deprecated vs. templates)

2013-10-03  Easwaran Raman  <eraman@google.com>

        PR c++/33911
        * parser.c (cp_parser_init_declarator): Do not drop attributes
        of template member functions.

2013-10-03  Easwaran Raman  <eraman@google.com>

        PR c++/33911
        * g++.dg/ext/attribute47.C: New.

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