re PR fortran/17074 (Unclassifiable statement in IF-clause / Simple IF followed by...
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Thu, 19 Aug 2004 22:35:47 +0000 (00:35 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 19 Aug 2004 22:35:47 +0000 (00:35 +0200)
commitc874ae73dd61afb52dd97b2a1576e216c138e4ab
tree22939e27fc65306dcecf94990bcb215537bc5aca
parent401d6e7bf17405f21501b602d6469c9c2384e75d
re PR fortran/17074 (Unclassifiable statement in IF-clause / Simple IF followed by WHERE)

fortran/
 PR fortran/17074
* match.c (match_simple_forall, match_simple_where): Forward-declare.
(gfc_match_if): Order statement list alphabetically, add WHERE and
ew functions.
(gfc_match_forall): Use match_forall_header.

testsuite/
PR fortran/17074
* gfortran.dg/simpleif_1.f90: New test.

From-SVN: r86290
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/simpleif_1.f90 [new file with mode: 0644]