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: [gfortran] PR 16404: Number 5 and 7


On Sunday 11 July 2004 14:33, Tobias Schlüter wrote:
> ! test 7
> RETURN
> END

G77 allows this as an extension.  We should do the same.

> 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
>
> 	PR fortran/16404
> 	* match.c (gfc_match_program): A program name is obligatory.
> 	(gfc_match_return): RETURN is not allowd in main program.
> 	(gfc_match_block_data): A space is required before a block data
> 	name.

Ok with that change.

Paul


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