This is the mail archive of the gcc-bugs@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]

[Bug c/51548] It is impossible to provide translations of some gcc error messages


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51548

--- Comment #1 from niva at niisi dot msk.ru 2011-12-14 09:20:37 UTC ---
I have reworked c_parse_error in gcc-4.1.2 using c-common.c from gcc-3.4.6 as a
sample. I have also used gcc/po/exgettext from gcc-4.5.1 in order to put
messages passed from functions c_parse_require, c_parse_require_keyword, etc.
(c-parser.c) to gcc.pot. This seems to solve the problem.


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