http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50089
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-30 21:48:28 UTC --- Author: jason Date: Tue Aug 30 21:48:24 2011 New Revision: 178342 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178342 Log: PR c++/50089 * semantics.c (finish_id_expression): Use current_nonlambda_class_type for qualified-ids. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-qualified.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