Thomas Koenig wrote:
this fixes an ICE with allocation of coarrays. Regression-tested. OK for trunk? What about 4.7?
OK. Thanks for the patch. Regarding 4.7, I don't have a strong opinion. Given that it is a simple patch and given that (single-image) coarrays work rather well in 4.7, maybe one should.
Tobias
2012-07-15 Thomas König <tkoe...@gcc.gnu.org> PR fortran/53824 * resolve.c (resolve_allocate_deallocate): If both start indices are NULL, skip the test for equality. 2012-07-15 Thomas König <tkoe...@gcc.gnu.org> PR fortran/53824 * gfortran.dg/coarray_allocate_1.f90: New test.