2007-02-18 Roger Sayle <roger@eyesopen.com>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Feb 2007 19:52:16 +0000 (19:52 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Feb 2007 19:52:16 +0000 (19:52 +0000)
commitd374ac2e2fc9cfdf28f6f2f1bf95874cc45b458d
tree3f2fa297f1a33544a955895add48c12f2b3ee9e3
parentcd46caee25dba223d13585962fa2d5682ec8a3d5
2007-02-18  Roger Sayle  <roger@eyesopen.com>
    Paul Thomas <pault@gcc.gnu.org>

        PR fortran/30400
        * match.c (match_forall_iterator): Use gfc_match_expr instead
of gfc_match_variable to match the iterator variable.  Return
MATCH_NO if not a variable.  Remove the reset of the symbol's
flavor in cleanup.

2007-02-18  Roger Sayle  <roger@eyesopen.com>

        * gfortran.dg/forall_10.f90: New test case.

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