This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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,patch] Misc fixes to GETARG


:REVIEWMAIL:

François-Xavier Coudert wrote:
> Attached patch fixes the GETARG intrinsic by:
>   * matching the names of arguments with the g77 names and the doc
>   * instead of only allowing default integer, we allow (following g77)
> all integer kinds no wider than the default integer kind


+     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".

OK with that change.

Tobias


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