re PR c++/24260 (stdcall attribute is ignored at static member template functions)
authorMark Mitchell <mark@codesourcery.com>
Fri, 21 Oct 2005 16:03:47 +0000 (16:03 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 21 Oct 2005 16:03:47 +0000 (16:03 +0000)
commitd08fd9d6a3ba7908c0ca617706d27fda1929d5d1
tree3f538af86373ecd129467ec75c2098c60a310cee
parent8fafe21dc2d900a8843740ae5b3ba1a18e552844
re PR c++/24260 (stdcall attribute is ignored at static member template functions)

PR c++/24260
* parser.c (cp_parser_init_declarator): Pass attributes to
grokfield.
PR c++/24260
* g++.dg/ext/tmplattr1.C: New test.

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