This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53783] [4.8 Regression] lambda in lambda in template function rejected


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53783

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2012-09-10 23:51:41 UTC ---
Author: jason
Date: Mon Sep 10 23:51:34 2012
New Revision: 191164

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191164
Log:
    PR c++/54538
    PR c++/53783
    * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Go back to using RECUR
    for LAMBDA_EXPR_EXTRA_SCOPE except for function scope.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle4.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]