On Thu, 29 Dec 2016, Jakub Jelinek wrote: > Hi! > > As mentioned in the PR, the option handling for multi-line help texts > concatenates those lines with spaces in between (essentially replaces > newlines with spaces), but exgettext extracts just the first line from the > multiline help text and throws away the rest. > > With this patch, there are changes like: > #: config/i386/i386.opt:583 > -msgid "Do dispatch scheduling if processor is bdver1, bdver2, bdver3, bdver4" > +msgid "" > +"Do dispatch scheduling if processor is bdver1, bdver2, bdver3, bdver4 or " > +"znver1 and Haifa scheduling is selected." > msgstr "" > in gcc.pot. > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
OK. -- Joseph S. Myers jos...@codesourcery.com