http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38761
--- Comment #9 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-10-19 12:46:47 UTC --- Author: paolo Date: Wed Oct 19 12:46:42 2011 New Revision: 180185 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180185 Log: 2011-10-19 Paolo Carlini <paolo.carl...@oracle.com> PR c++/38761 PR c++/40872 * decl.c (duplicate_decls, make_typename_type, grokdeclarator): Use G_() in error message strings to facilitate translation. * semantics.c (finish_id_expression): Likewise. * parser.c (cp_parser_nested_name_specifier_opt, cp_parser_parameter_declaration): Likewise. Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/decl.c trunk/gcc/cp/parser.c trunk/gcc/cp/semantics.c