r158815 - in /branches/gcc-4_5-branch/gcc: cp/C...

jason@gcc.gnu.org jason@gcc.gnu.org
Tue Apr 27 23:03:00 GMT 2010


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



More information about the Gcc-cvs mailing list