]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/30400 (ANY not accepted as mask in FORALL)
authorRoger Sayle <roger@eyesopen.com>
Sun, 18 Feb 2007 19:52:16 +0000 (19:52 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 18 Feb 2007 19:52:16 +0000 (19:52 +0000)
commit9bffa1718a6f2edeeec1aec1f4afef0ff69584ce
tree3f2fa297f1a33544a955895add48c12f2b3ee9e3
parent078a18a42304f0caa644fb42c37b55fc59673d00
re PR fortran/30400 (ANY not accepted as mask in FORALL)

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.

Co-Authored-By: Paul Thomas <pault@gcc.gnu.org>
From-SVN: r122102
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/forall_10.f90 [new file with mode: 0644]
This page took 0.064725 seconds and 5 git commands to generate.