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++/55223] [C++11] Default lambda expression of a templated class member


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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2013-02-15 01:26:49 UTC ---
Author: jason
Date: Fri Feb 15 01:26:44 2013
New Revision: 196065

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196065
Log:
    PR c++/55223
gcc/cp/
    * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Fix handling of
    default argument scope.
    * mangle.c (write_name): Likewise.
libiberty/
    * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DEFAULT_ARG.
    (d_print_comp): Likewise.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg3.C
Modified:
    trunk/gcc/common.opt
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/mangle.c
    trunk/gcc/cp/pt.c
    trunk/libiberty/ChangeLog
    trunk/libiberty/cp-demangle.c
    trunk/libiberty/testsuite/demangle-expected


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