From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21650 invoked by alias); 23 Dec 2009 12:08:31 -0000 Received: (qmail 21601 invoked by uid 48); 23 Dec 2009 12:08:18 -0000 Date: Wed, 23 Dec 2009 12:08:00 -0000 Message-ID: <20091223120818.21600.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug translation/42469] option help strings not properly using TAB In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jsm28 at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-12/txt/msg02236.txt.bz2 ------- 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= Warn if a function's stack frame requires more than bytes common.opt:-fcompare-debug[=] Compile with and without e.g. -gtoggle, and compare the final-insns dump common.opt:-fdbg-cnt=:[,:,...] Set the debug counter limit. common.opt:-fira-verbose= Control IRA's level of diagnostic messages. common.opt:-flto-compression-level= Use zlib compression level for IL common.opt:-fplugin-arg--[=] Specify argument = for plugin c.opt:-imultilib Set to be the multilib include subdirectory fortran/lang.opt:-fblas-matmul-limit= Size of the smallest matrix for which matmul will use BLAS fortran/lang.opt:-finit-character= Initialize local character variables to ASCII value n fortran/lang.opt:-finit-integer= Initialize local integer variables to n fortran/lang.opt:-finit-logical= Initialize local logical variables fortran/lang.opt:-finit-real= Initialize local real variables fortran/lang.opt:-fmax-array-constructor= 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