re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)
authorTobias Burnus <burnus@gcc.gnu.org>
Mon, 18 Jun 2012 18:14:06 +0000 (20:14 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 18 Jun 2012 18:14:06 +0000 (20:14 +0200)
commit284943b0226b75d81e80cc2713cf0e0044a2d21f
tree70a2210b90100fcc6896589b6e07b93e1d3d663a
parent469523083f94ac0729753a9bcdb9fffa038ee02a
re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)

2012-06-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/53526
        * check.c (gfc_check_move_alloc): Reject coindexed actual
        * arguments
        and those with different corank.

2012-06-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/53526
        * gfortran.dg/coarray_27.f90: New.

From-SVN: r188747
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/coarray_27.f90 [new file with mode: 0644]