typeck.c (get_member_function_from_ptrfunc): Don't try to look up a virtual function...
authorJason Merrill <jason@redhat.com>
Tue, 20 May 2014 17:37:57 +0000 (13:37 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 20 May 2014 17:37:57 +0000 (13:37 -0400)
commitf98732327cfaa9a50d292553f36417b46dc835b8
tree7d2012e4c44832ffa223ea3e002005d27a4999b3
parenta852a67c020e0c07e12f1bb09d68553103eee387
typeck.c (get_member_function_from_ptrfunc): Don't try to look up a virtual function in a dummy object.

* typeck.c (get_member_function_from_ptrfunc): Don't try to look
up a virtual function in a dummy object.

From-SVN: r210651
gcc/cp/ChangeLog
gcc/cp/typeck.c