From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1716 invoked by alias); 14 Nov 2006 17:16:56 -0000 Received: (qmail 1588 invoked by uid 48); 14 Nov 2006 17:16:39 -0000 Date: Tue, 14 Nov 2006 17:16:00 -0000 Message-ID: <20061114171639.1587.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/29711] error_print does not support %N$X In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg01300.txt.bz2 List-Id: ------- Comment #5 from burnus at gcc dot gnu dot org 2006-11-14 17:16 ------- > Fehler: Bei (1) referenziertes Symbol »bar« nicht im Modul »foo« gefunden > > My limited german knowledge seems to indicate that it's OK, but I'm not sure. Looks ok. > Could you try the attached patch on a few cases (possibly including multiple > loci and such arguments reorganizations)? I will try. It actually effects the following strings in the following languages (see gcc/po/): de.po-msgid "Symbol '%s' referenced at %L not found in module '%s'" de.po-msgid "User operator '%s' referenced at %L not found in module '%s'" de.po-msgid "Intrinsic operator '%s' referenced at %L not found in module '%s'" de.po-msgid "The equivalence set for variable '%s' declared at %L violates alignment requirents" tr.po-msgid "Processing spec %c%s%c, which is '%s'\n" tr.po:msgstr "'%4$s' %1$c%2$s%3$c ozelligi isleniyor\n" ^ This could be a challenge! tr.po-msgid "%s: warning: using formals list from %s(%d) for function '%s'\n" tr.po-msgid "collect: tweaking %s in %s\n" zh_TW.po-msgid "Assumed size array '%s' in namelist '%s'at %C is not allowed." zh_TW.po-msgid "Assumed shape array '%s' in namelist '%s' at %C is an extension." zh_TW.po-msgid "Argument '%s' of pure function '%s' at %L must be INTENT(IN)" (Reminder to self: test also "%s does not support %%n$ operand number formats".) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29711