[Bug target/46622] New: ARM --target-help headings not translated

jsm28 at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 23 17:50:00 GMT 2010


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

           Summary: ARM --target-help headings not translated
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jsm28@gcc.gnu.org
            Blocks: 40883
            Target: arm*-*-*


arm.c:arm_target_help prints lists of -march and -mcpu values for
--target-help.  The headings of these lists should be translated, but are
passed straight to printf without translation.

  printf ("  Known ARM CPUs (for use with the -mcpu= and -mtune= options):\n");

  printf ("\n\n  Known ARM architectures (for use with the -march=
option):\n");



More information about the Gcc-bugs mailing list