re PR c++/57253 (GCC ignores ref-qualifiers of pseudo-function types in explicit...
authorJason Merrill <jason@redhat.com>
Mon, 13 May 2013 19:32:22 +0000 (15:32 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 13 May 2013 19:32:22 +0000 (15:32 -0400)
commit18dc5657de4d850295c3c8662520b256b00ce1af
tree282fdf17032ad973af388a3c82d84ed112fd72aa
parentfab8f0b6c32ccb9784a95c5996c5be1ace128fec
re PR c++/57253 (GCC ignores ref-qualifiers of pseudo-function types in explicit specializations)

PR c++/57253
* decl.c (grokdeclarator): Apply ref-qualifier
in the TYPENAME case.

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