[Bug c++/38761] New: %s substituted with regular word can't be properly translated

2009-01-07 Thread goeran at uddeborg dot se
In gcc/cp/parser.c there is this code in cp_parser_parameter_declaration error (%H%sparameter pack %qD cannot have a default argument, declarator_token_start-location, kind, id_declarator-u.id.unqualified_name); else error

Re: [Bug c++/38761] New: %s substituted with regular word can't be properly translated

2009-01-07 Thread Andrew Thomas Pinski
Well template here might be consider the keyword template. So we either have template argument or just argument. Translating template might cause more confusion. Sent from my iPhone On Jan 7, 2009, at 1:34 PM, goeran at uddeborg dot se gcc-bugzi...@gcc.gnu.org wrote: In gcc/cp/parser.c