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

Re: [PATCH c++] Fix some diagnostics problem


On Mon, 8 Feb 2010, Shujing Zhao wrote:

> Hi,
> 
> Some messages that would be passed to error or warning function can't be
> extracted to translate. This patch is to wrap them into G_() for exgettext to
> extract.
> It is tested on i686-pc-linux-gnu with enabled c++ and run "make gcc.pot" to
> check the extracted strings.
> 
> Ok for trunk?

OK.  Note that the parser.c changes fix part of PR c++/18249 (there are 
several other parts not yet fixed).

-- 
Joseph S. Myers
joseph@codesourcery.com


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