re PR c++/55670 ([C++11] This isn't a pure virtual method.)
authorJason Merrill <jason@redhat.com>
Thu, 14 Feb 2013 04:31:03 +0000 (23:31 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 14 Feb 2013 04:31:03 +0000 (23:31 -0500)
commit28d5c77761402501ed6604c581d27410c22bbf4b
tree960f8051efbc2d97fd7fe86673dfbc25990d1818
parente75e98f270478aca1c8c823171e8d29d471bfc87
re PR c++/55670 ([C++11] This isn't a pure virtual method.)

PR c++/55670
* parser.c (cp_parser_member_declaration): Check the declarator
form when detecting a function declaration via typedef.

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