r204715 - in /trunk/gcc/cp: ChangeLog cp-tree.h...

abutcher@gcc.gnu.org abutcher@gcc.gnu.org
Tue Nov 12 20:17:00 GMT 2013


Author: abutcher
Date: Tue Nov 12 20:17:44 2013
New Revision: 204715

URL: http://gcc.gnu.org/viewcvs?rev=204715&root=gcc&view=rev
Log:
Support implicit parameter packs.

	* pt.c (convert_generic_types_to_packs): New function to transform
	a range of implicitly introduced non-pack template parms to be parameter
	packs.
	* cp-tree.h (convert_generic_types_to_packs): Declare.
	* parser.c (cp_parser_parameter_declaration_list): If a function
	parameter pack contains generic types, convert them to packs prior to
	grokdeclarator.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c



More information about the Gcc-cvs mailing list