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 #1 from Jason Merrill <jason at gcc dot gnu.org> 2012-07-03 05:03:28 UTC ---
Author: jason
Date: Tue Jul  3 05:03:21 2012
New Revision: 189190

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189190
Log:
    PR c++/53783
    * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Use tsubst
    for LAMBDA_EXPR_EXTRA_SCOPE.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template7.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]