http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53599
--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2012-06-12 15:01:29 UTC --- Author: jason Date: Tue Jun 12 15:01:17 2012 New Revision: 188460 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188460 Log: PR c++/53599 Revert: PR c++/53137 * pt.c (instantiate_class_template_1): Set LAMBDA_EXPR_THIS_CAPTURE. (instantiate_decl): Don't push_to_top_level for local class methods. (instantiate_class_template_1): Or for local classes. Added: branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/local7.C Removed: branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template5.C Modified: branches/gcc-4_7-branch/gcc/cp/ChangeLog branches/gcc-4_7-branch/gcc/cp/pt.c branches/gcc-4_7-branch/gcc/testsuite/ChangeLog