From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18428 invoked by alias); 9 Jun 2004 14:59:17 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 18342 invoked from network); 9 Jun 2004 14:59:11 -0000 Received: from unknown (HELO lon-mail-6.gradwell.net) (193.111.201.132) by sourceware.org with SMTP; 9 Jun 2004 14:59:11 -0000 Received: (qmail 13246 invoked from network); 9 Jun 2004 14:59:10 -0000 Received: from digraph.polyomino.org.uk (postmaster%pop3.polyomino.org.uk@81.187.227.50) by lon-mail-6.gradwell.net with SMTP; 9 Jun 2004 14:59:10 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.34) id 1BY4Xl-0007aP-UF; Wed, 09 Jun 2004 14:59:09 +0000 Date: Wed, 09 Jun 2004 16:57:00 -0000 From: "Joseph S. Myers" X-X-Sender: jsm28@digraph.polyomino.org.uk To: Jonathan Lennox cc: =?ISO-8859-1?Q?Tobias_Schl=FCter?= , Paul Brook , fortran@gcc.gnu.org, patch Subject: Re: [gfortran] Fix PR 13201 In-Reply-To: <16583.7657.324552.727424@cnr.cs.columbia.edu> Message-ID: References: <40BB9B70.1080807@physik.uni-muenchen.de> <200406082344.14900.paul@codesourcery.com> <40C70490.3000300@physik.uni-muenchen.de> <16583.7657.324552.727424@cnr.cs.columbia.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-SW-Source: 2004-06/txt/msg00529.txt.bz2 On Wed, 9 Jun 2004, Jonathan Lennox wrote: > Tobias Schl=FCter writes: > > + gfc_error ("Assumed %s array at %L must be a dummy argument", > > + sym->as->type =3D=3D AS_ASSUMED_SIZE ? "size" : "shape= ", > > + &sym->declared_at); >=20 > I know this isn't your code -- you're just re-indenting it -- but I notic= ed > that this error message is problematic from an I18N perspective. Presuma= bly > there should be two separate error messages issued? I suggest adding this as a comment to bug 15586, which tracks gfortran's lack of support for i18n. --=20 Joseph S. Myers jsm@polyomino.org.uk