Hello world, this fixes an ICE with allocation of coarrays. Regression-tested. OK for trunk? What about 4.7? Thomas 2012-07-15 Thomas König 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 PR fortran/53824 * gfortran.dg/coarray_allocate_1.f90: New test.