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: unassig...@gcc.gnu.org ReportedBy: js...@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");