[gfortran,patch] Misc fixes to GETARG

Tobias Burnus burnus@gmx.de
Wed Aug 29 16:23:00 GMT 2007


: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



More information about the Fortran mailing list