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] PR29033: i18n issue


On Sun, 29 Oct 2006, Dirk Mueller wrote:

> bootstrapped, regtested under i686-suse-linux, applied as obvious to mainline. 

For this sort of patch you should run "make gcc.pot" and make sure that 
all the desired messages appear in the generated .pot file.  In this case 
it appears that "left rotate count is negative" does but "right rotate 
count is negative" does not, and similarly for ">= width of type".

If the string does not appear directly as the msgid/gmsgid argument to the 
diagnostic function, I recommend marking it up with G_ (see 
ABOUT-GCC-NLS).

-- 
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]