From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23856 invoked by alias); 28 Mar 2009 15:31:49 -0000 Received: (qmail 23823 invoked by uid 48); 28 Mar 2009 15:31:37 -0000 Date: Sat, 28 Mar 2009 15:31:00 -0000 Message-ID: <20090328153137.23822.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/38573] Missing markers for translation In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert 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-03/txt/msg01945.txt.bz2 ------- Comment #4 from fxcoudert at gcc dot gnu dot org 2009-03-28 15:31 ------- Created an attachment (id=17555) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17555&action=view) Proposed patch to fix the main issue Here's the patch I propose to fix this issue and a few similar ones that grep revealed. It makes sure the strings can be gathered by xgettext. It does not make the logic in intrinsic.c more localization-friendly, because I think it's far from trivial to do: consider that the string is also returned from the function where it's emitted, to be used in another error message in the callee. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38573