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] PR 33461


Paolo Carlini wrote:

> /cp
> 2007-09-27  Paolo Carlini  <pcarlini@suse.de>
> 
> 	PR c++/33461
> 	* pt.c (coerce_template_parameter_pack): Do not pass error_mark_node
> 	to convert_template_argument.
> 	(coerce_template_parms): Return error_mark_node after fixed-length
> 	error.
> 	(tsubst_decl): Check for error_mark_node the return value of the
> 	first tsubst in 'case VAR_DECL'.
> 
> /testsuite
> 2007-09-27  Paolo Carlini  <pcarlini@suse.de>
> 
> 	PR c++/33461
> 	* g++.dg/cpp0x/variadic81.C: New.
> 	* g++.dg/cpp0x/variadic82.C: Likewise.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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