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: [PATCH] Tighten up checks for ASSIGN statement


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


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