match.c (match_forall_iterator): Don't immediately give error if '=' is not followed...
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sat, 4 Jun 2005 10:35:00 +0000 (12:35 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 4 Jun 2005 10:35:00 +0000 (12:35 +0200)
commit29405f9481f118a1a8a02873ccef08b5b21b80ef
tree80d91455a2f217135699ed8ace4b1fa5b6ca86d8
parentab21e2722dbe3f0677fcd2f8acc6ce078ae09a94
match.c (match_forall_iterator): Don't immediately give error if '=' is not followed by an expression.

fortran/
* match.c (match_forall_iterator): Don't immediately give error if '='
is not followed by an expression.
testsuite/
* gfortran.dg/forall_1.f90: New test.

Co-Authored-By: Erik Edelmann <erik.edelmann@iki.fi>
From-SVN: r100580
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/forall_1.f90 [new file with mode: 0644]