This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, Fortran] Fix PR 53824


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 <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-15 Thomas König <tkoenig@gcc.gnu.org>

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]