re PR c++/53721 ([C++11] "this" not allowed in trailing return type)
authorJason Merrill <jason@redhat.com>
Wed, 24 Apr 2013 16:46:53 +0000 (12:46 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 24 Apr 2013 16:46:53 +0000 (12:46 -0400)
commitafbce7b7cfb6dcfdebd6ee299557226bd1640a8b
treecd0b277add1c56e3597aaaf30e0c33f3368d771b
parent44d90fe1c00fa4bf947716cbfecf945892f182a6
re PR c++/53721 ([C++11] "this" not allowed in trailing return type)

PR c++/53721
* parser.c (cp_parser_postfix_dot_deref_expression): Fix thinko.

From-SVN: r198257
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp0x/decltype51.C [new file with mode: 0644]