This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] Fix PR 13201
- From: Jonathan Lennox <lennox at cs dot columbia dot edu>
- To: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- Cc: Paul Brook <paul at codesourcery dot com>, fortran at gcc dot gnu dot org, patch <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 9 Jun 2004 10:25:45 -0400
- Subject: Re: [gfortran] Fix PR 13201
- References: <40BB9B70.1080807@physik.uni-muenchen.de> <200406082344.14900.paul@codesourcery.com> <40C70490.3000300@physik.uni-muenchen.de>
Tobias Schlüter writes:
> + gfc_error ("Assumed %s array at %L must be a dummy argument",
> + sym->as->type == AS_ASSUMED_SIZE ? "size" : "shape",
> + &sym->declared_at);
I know this isn't your code -- you're just re-indenting it -- but I noticed
that this error message is problematic from an I18N perspective. Presumably
there should be two separate error messages issued?
--
Jonathan Lennox
lennox@cs.columbia.edu