------- Comment #3 from jason at gcc dot gnu dot org  2010-04-27 23:03 -------
Subject: Bug 43856

Author: jason
Date: Tue Apr 27 23:03:06 2010
New Revision: 158815

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158815
Log:
        PR c++/43856
        * name-lookup.c (qualify_lookup): Disqualify lambda op().
        * semantics.c (nonlambda_method_basetype): New.
        * cp-tree.h: Declare it.
        * tree.c (maybe_dummy_object): Handle implicit 'this' capture.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this2.C
Modified:
    branches/gcc-4_5-branch/gcc/cp/ChangeLog
    branches/gcc-4_5-branch/gcc/cp/cp-tree.h
    branches/gcc-4_5-branch/gcc/cp/name-lookup.c
    branches/gcc-4_5-branch/gcc/cp/semantics.c
    branches/gcc-4_5-branch/gcc/cp/tree.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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

Reply via email to