re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
authorTobias Burnus <burnus@net-b.de>
Fri, 27 May 2011 21:29:19 +0000 (23:29 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 27 May 2011 21:29:19 +0000 (23:29 +0200)
commit5aacb11e06658a9d38b9810db0d9587c64271122
tree22ef55bff748e9924fba15d6b5baabb76acb616d
parentfc64b4481d6085c4f4fd260b5801d0785c8a7a02
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])

2011-05-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * check.c (gfc_check_associated, gfc_check_null): Add coindexed
        * check.
        * match.c (gfc_match_nullify): Ditto.
        * resolve.c (resolve_deallocate_expr): Ditto.
        * trans-types.c (gfc_get_nodesc_array_type): Don't set
        * restricted
        for nonpointers.

2011-05-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_22.f90: New.

From-SVN: r174364
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/fortran/match.c
gcc/fortran/resolve.c
gcc/fortran/trans-types.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/coarray_22.f90 [new file with mode: 0644]