fortran/
commite49f4c1fa1154acb8f4366a0f0e6142d9bd38a77
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2006 11:16:12 +0000 (4 11:16 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2006 11:16:12 +0000 (4 11:16 +0000)
tree145d253b5815ed37a21759852507374e98f2f254
parent72a430e4dd7cfa5d104dfc1eb9f76c988bd83b0e
fortran/
2006-12-04  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/29916
    * resolve.c (resolve_symbol): Allow host-associated variables
      in the specification expression of an array-valued function.
    * expr.c (check_restricted): Accept host-associated dummy
      array indices.

testsuite/
2006-12-04  Paul Thomas  <pault@gcc.gnu.org>

    PR fortran/29916
    * gfortran.dg/host_dummy_index_1.f90: Added additional test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119489 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/expr.c
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/host_dummy_index_1.f90