From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26916 invoked by alias); 22 Dec 2009 20:27:34 -0000 Received: (qmail 26858 invoked by uid 48); 22 Dec 2009 20:27:21 -0000 Date: Tue, 22 Dec 2009 20:27:00 -0000 Subject: [Bug translation/42469] New: 19 localization fails with gcc ---help=fortran X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "karvonen dot jorma at gmail dot com" 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/msg02173.txt.bz2 Here are also gcc --help=fortran lines where localization fails. At the beginning translated text is not shown and later on the option string is shown twice. #: c.opt:42 msgid "" "Assert the to . Putting '-' before disables " "the to " A C ObjC C++ ObjC++ Joined Separate -A= Assert the to . Putting '-' before disables the to #: c.opt:54 msgid "" "Define a with as its value. If just is given, " "is taken to be 1" D C ObjC C++ ObjC++ Joined Separate -D[=] Define a with as its value. If just is given, is taken to be 1 diffs: < msgid "Add to the end of the main framework include path" > msgid "-F Add to the end of the main framework include path" < msgid "Add to the end of the main include path" > msgid "-I Add to the end of the main include path" < msgid "Write dependency output to the given file" > msgid "-MF Write dependency output to the given file" < msgid "Add a MAKE-quoted target" > msgid "-MQ Add a MAKE-quoted target" < msgid "Add an unquoted target" > msgid "-MT Add an unquoted target" < msgid "Undefine " > msgid "-U Undefine " < msgid "Add to the end of the system include path" > msgid "-iwithprefix Add to the end of the system include path" < msgid "Set to be the system root directory" > msgid "-isysroot Set to be the system root directory" < msgid "Add to the start of the system include path" > msgid "-isystem Add to the start of the system include path" < msgid "Add to the end of the quote include path" > msgid "-iquote Add to the end of the quote include path" There is something weird with the following ones (pls, look at console output): fblas-matmul-limit= Fortran RejectNegative Joined UInteger -fblas-matmul-limit= Size of the smallest matrix for which matmul will use BLAS #: fortran/lang.opt:165 msgid "" "-fblas-matmul-limit= Size of the smallest matrix for which matmul " "will use BLAS" finit-character= Fortran RejectNegative Joined UInteger -finit-character= Initialize local character variables to ASCII value n finit-integer= Fortran RejectNegative Joined -finit-integer= Initialize local integer variables to n finit-logical= Fortran RejectNegative Joined -finit-logical= Initialize local logical variables finit-real= Fortran RejectNegative Joined -finit-real= Initialize local real variables fmax-array-constructor= Fortran RejectNegative Joined UInteger -fmax-array-constructor= Maximum number of objects in an array constructor -- Summary: 19 localization fails with gcc ---help=fortran Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: translation AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: karvonen dot jorma at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42469