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]

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


Author: jason
Date: Sat Aug 11 10:47:03 2018
New Revision: 263484

URL: https://gcc.gnu.org/viewcvs?rev=263484&root=gcc&view=rev
Log:
	PR c++/86728 - C variadic generic lambda.

	* parser.c (cp_parser_parameter_declaration): Don't turn 'auto' into
	a pack if it's followed by a declarator-id.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic19.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]