This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran] Fix PR 13201


On Wed, 9 Jun 2004, Jonathan Lennox wrote:

> 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?

I suggest adding this as a comment to bug 15586, which tracks gfortran's
lack of support for i18n.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]