On Tue, 18 Feb 2020, Jakub Jelinek wrote: > Hi! > > The first two hunks make sure we actually translate what has been marked > for translation, i.e. the cl_options[...].help strings, rather than those > strings ammended in various ways, like: > _("%s Same as %s."), help, ... > or > "%s %s", help, _(use_diagnosed_msg) > > The exgettext changes attempt to make sure that the cl_options[...].help > strings are marked as no-c-format, because otherwise if they happen > to contain a % character, such as the 90% substring, they will be marked > as c-format, which they aren't. > > Bootstrapped/regtested on x86_64-linux and i686-linux plus tested with make > gcc.pot, ok for trunk?
OK. -- Joseph S. Myers jos...@codesourcery.com