• jakub's avatar
    gcc/po/ · 380c6697
    jakub authored
    	* exgettext: Handle gmsgid and cmsgid arguments specially,
    	as gcc-internal-format and c-format.  Because of xgettext
    	bug, invoke xgettext once with --language=c, once with
    	--language=GCC-source and then merge together.  Fail if
    	xgettext is not 0.14.5 or later.
    gcc/
    	* intl.h (G_): New macro.
    	* rtl-error.c (error_for_asm, warning_for_asm): Use gmsgid
    	instead of msgid for argument name.
    	* tree-ssa.c (warn_uninit): Likewise.
    	* c-parser.c (c_parser_error): Likewise.
    	* config/rs6000/rs6000-c.c (SYNTAX_ERROR): Likewise.
    	* config/darwin-c.c (BAD): Likewise.
    	* config/c4x/c4x-c.c (BAD): Likewise.
    	* c-pragma.c (GCC_BAD, GCC_BAD2): Likewise.
    	* c-errors.c (pedwarn_c99, pedwarn_c90): Likewise.
    	* c-common.c (c_parse_error): Likewise.
    	* diagnostic.c (diagnostic_set_info, verbatim, inform, warning,
    	warning0, pedwarn, error, sorry, fatal_error, internal_error):
    	Likewise.
    	(fnotice): Use cmsgid instead of msgid for argument name.
    	* gcov.c (fnotice): Likewise.
    	* protoize.c (notice): Likewise.
    	* f...
    380c6697
c-common.c 180 KB