[PATCH] Tighten up checks for ASSIGN statement
Paul Brook
paul@codesourcery.com
Wed Dec 8 00:13:00 GMT 2004
On Monday 06 December 2004 00:13, Tobias Schlüter wrote:
> 2004-12-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
>
> * resolve.c (resolve_code): Impose correct restrictions on ASSIGN
> statement.
Ok.
> + gfc_error ("ASSIGN statement at %L requires a scalar "
> + "INTEGER*%d variable",
I don't like the use of the nonstandard INTEGER*n notation.
"default integer" or "INTEGER(KIND=n)" please.
Paul
More information about the Fortran
mailing list