http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49921
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-06 04:38:27 UTC --- Author: jason Date: Sat Aug 6 04:38:24 2011 New Revision: 177502 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177502 Log: PR c++/49921 * semantics.c (finish_decltype_type): Call invalid_nonstatic_memfn_p. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/decltype31.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/semantics.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog