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

Re: [C++ PATCH] Variadic templates, third revision (1/3)


"Doug Gregor" <doug.gregor@gmail.com> writes:


[...]

| 	* error.c (dump_template_argument): Print template argument packs.
| 	(dump_template_argument_list): Ditto.
| 	(dump_template_parameter): Dump `...' for template type parameter
| 	packs.
| 	(dump_type): Dump TYPE_PACK_EXPANSION nodes.
| 	(dump_parameters): Print function parameter packs.
| 	(dump_template_parms): Print template argument packs.
| 	(dump_expr): Dump EXPR_PACK_EXPANSION nodes.
| 	(maybe_warn_variadic_templates): New.

you should update cxx-pretty-print.c too.

-- Gaby


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