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]

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


Author: jason
Date: Thu Jul 21 06:05:58 2016
New Revision: 238563

URL: https://gcc.gnu.org/viewcvs?rev=238563&root=gcc&view=rev
Log:
	PR c++/70781 - ICE on ill-formed lambda.

	* parser.c (cp_parser_lambda_expression): Unset OK if there was an
	error parsing the lambda-declarator.

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


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