re PR c++/57279 ([C++11] alias declaration fails to declare function types with cv...
authorJason Merrill <jason@redhat.com>
Thu, 16 May 2013 15:03:25 +0000 (11:03 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 16 May 2013 15:03:25 +0000 (11:03 -0400)
commit11678eb3835f050414cc7e4a26ae6b9461e2e90d
tree501e2cca9fd5d66b53beb9c7347fbf48239a00c1
parentf999cd107a46b22d4ef8c20d869485ae16218271
re PR c++/57279 ([C++11] alias declaration fails to declare function types with cv-qualifiers)

PR c++/57279
* decl.c (grokdeclarator): Allow member function qualifiers in
TYPENAME context.

From-SVN: r198975
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.dg/cpp0x/alias-decl-35.C [new file with mode: 0644]