]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/53824 (ICE with ALLOCATE of coarrays)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 16 Jul 2012 20:58:04 +0000 (20:58 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Mon, 16 Jul 2012 20:58:04 +0000 (20:58 +0000)
commitc2092deb7f2a90a56c44db0439ef60309e1e2d75
treeae9f29d2e110538a9051f69e9510fe356b5aeaff
parent8db81fb2feeb722b0b49db4750e58fc1ecd05bff
re PR fortran/53824 (ICE with ALLOCATE of coarrays)

2012-07-16  Thomas König  <tkoenig@gcc.gnu.org>

PR fortran/53824
* resolve.c (resolve_allocate_deallocate):  If both
start indices are NULL, skip the test for equality.

2012-07-16  Thomas König  <tkoenig@gcc.gnu.org>

PR fortran/53824
* gfortran.dg/coarray_allocate_1.f90:  New test.

From-SVN: r189549
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/coarray_allocate_1.f90 [new file with mode: 0644]