------- Comment #1 from jsm28 at gcc dot gnu dot org  2009-12-23 12:08 -------
Part of this appears to be the same exgettext issue as bug 42467.

The rest appears to be option help strings using one or more spaces where
a single TAB should be used:

common.opt:-Wframe-larger-than=<number> Warn if a function's stack frame
requires more than <number> bytes
common.opt:-fcompare-debug[=<opts>] Compile with and without e.g. -gtoggle, and
compare the final-insns dump
common.opt:-fdbg-cnt=<counter>:<limit>[,<counter>:<limit>,...]    Set the debug
counter limit.   
common.opt:-fira-verbose=<number> Control IRA's level of diagnostic messages.
common.opt:-flto-compression-level=<number> Use zlib compression level <number>
for IL
common.opt:-fplugin-arg-<name>-<key>[=<value>] Specify argument <key>=<value>
for plugin <name>
c.opt:-imultilib <dir> Set <dir> to be the multilib include subdirectory
fortran/lang.opt:-fblas-matmul-limit=<n>        Size of the smallest matrix for
which matmul will use BLAS
fortran/lang.opt:-finit-character=<n> Initialize local character variables to
ASCII value n
fortran/lang.opt:-finit-integer=<n> Initialize local integer variables to n
fortran/lang.opt:-finit-logical=<true|false> Initialize local logical variables
fortran/lang.opt:-finit-real=<zero|nan|inf|-inf> Initialize local real
variables
fortran/lang.opt:-fmax-array-constructor=<n>        Maximum number of objects
in an array constructor


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |40883
              nThis|                            |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-12-23 12:08:18
               date|                            |
            Summary|19 localization fails with  |option help strings not
                   |gcc ---help=fortran         |properly using TAB


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

Reply via email to