fortran/
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Aug 2004 22:35:47 +0000 (22:35 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Aug 2004 22:35:47 +0000 (22:35 +0000)
commit24ab10303d4c4e5e10c7be96a4936a74c7d3cb21
tree22939e27fc65306dcecf94990bcb215537bc5aca
parentd10a792ae9b91326de78113ab8b199c45c774705
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86290 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/simpleif_1.f90 [new file with mode: 0644]