This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran,patch] Misc fixes to GETARG
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Tobias Burnus" <burnus at gmx dot de>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 29 Aug 2007 16:20:52 +0100
- Subject: Re: [gfortran,patch] Misc fixes to GETARG
- References: <19c433eb0708270502p4a8bb8bbq7bd903337093abe0@mail.gmail.com> <46D58DA9.4070700@gmx.de>
> + gfc_error ("'%s' argument of '%s' intrinsic at %L must be of kind"
> + "not wide than the default kind (%d)",
>
> "must be of kind not wide than" sounds strange,
> how about "must be of a kind not wider than".
That is exactly what I meant to write, sorry for the poor syntax. And
thanks for reviewing!
FX