re PR c++/38761 (%s substituted with regular word can't be properly translated)
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 19 Oct 2011 12:46:42 +0000 (12:46 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 19 Oct 2011 12:46:42 +0000 (12:46 +0000)
commit9b6ab3c0591fd583915861cfd1d27183873221e8
tree7d68d5cff8568aca5f5dada00e5cd8fc09885a9e
parent7f9a3dcd7d1981f6ef2d3ab7ab51b200715b8193
re PR c++/38761 (%s substituted with regular word can't be properly translated)

2011-10-19  Paolo Carlini  <paolo.carlini@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.

From-SVN: r180185
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/parser.c
gcc/cp/semantics.c