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


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


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