This is the mail archive of the gcc-cvs@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]

r208817 - in /trunk/gcc: cp/ChangeLog cp/parser...


Author: jason
Date: Tue Mar 25 18:00:37 2014
New Revision: 208817

URL: http://gcc.gnu.org/viewcvs?rev=208817&root=gcc&view=rev
Log:
	PR c++/60375
	* parser.c (cp_parser_lambda_expression): Don't parse the body of
	a lambda in unevaluated context.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-uneval2.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-uneval.C


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