http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53137
--- Comment #17 from Jason Merrill <jason at gcc dot gnu.org> 2012-11-29 20:17:36 UTC --- Author: jason Date: Thu Nov 29 20:17:20 2012 New Revision: 193957 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193957 Log: PR c++/53137 * pt.c (tsubst_expr) [DECL_EXPR]: Set LAMBDA_EXPR_THIS_CAPTURE here. (tsubst_copy_and_build) [LAMBDA_EXPR]: And clear it here. (instantiate_class_template_1): Not here. Added: branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this6.C Modified: branches/gcc-4_7-branch/gcc/cp/ChangeLog branches/gcc-4_7-branch/gcc/cp/cp-tree.h branches/gcc-4_7-branch/gcc/cp/pt.c