re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
authorTobias Burnus <burnus@net-b.de>
Sun, 29 May 2011 18:17:40 +0000 (20:17 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 29 May 2011 18:17:40 +0000 (20:17 +0200)
commit427180d243e562912cc37f09b140a4d8c042ae4c
tree58e3db3d3be0f4d93c2a283b0fa80d1b591cddcd
parent8a5c4899e8f57f09e288043984cc0f4584f17fc4
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])

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

        PR fortran/18918
        * interface.c (compare_parameter): Add check for passing coarray
        to allocatable noncoarray dummy.

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

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

From-SVN: r174411
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/coarray_24.f90 [new file with mode: 0644]