https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72714
--- Comment #12 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Wed Mar 6 20:28:22 2019 New Revision: 269441 URL: https://gcc.gnu.org/viewcvs?rev=269441&root=gcc&view=rev Log: 2019-03-06 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/72714 Backport from trunk * resolve.c (resolve_allocate_expr): Add some tests for coarrays. 2019-03-06 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/72714 Backport from trunk * gfortran.dg/coarray_allocate_11.f90: New test. Added: branches/gcc-7-branch/gcc/testsuite/gfortran.dg/coarray_allocate_11.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/resolve.c branches/gcc-7-branch/gcc/testsuite/ChangeLog