re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sun, 11 Jul 2004 14:16:32 +0000 (16:16 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 11 Jul 2004 14:16:32 +0000 (16:16 +0200)
commite08b5a758a9dec2bf31df677b2da9345ca791044
treef20a2e1e472acde71a6a7f69a57c1a4bb86ab809
parentcdde7b65fa3b0e5d63984991fad01ad75881b3cc
re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))

PR fortran/16404
* match.c (gfc_match_program): A program name is obligatory.
(gfc_match_return): RETURN in main program is an extension.
(gfc_match_block_data): A space is required before a block data
name.

From-SVN: r84511
gcc/fortran/ChangeLog
gcc/fortran/match.c