Re: [PATCH] PR fortran/90002 -- Free array-spec for assumed-shaped coarray

2019-06-12 Thread Steve Kargl
Thanks. Committed as revision 272201. -- steve On Wed, Jun 12, 2019 at 06:14:11AM +0100, Paul Richard Thomas wrote: > OK, Steve > > Thanks > > Paul > > On Wed, 12 Jun 2019 at 02:04, Steve Kargl > wrote: > > > > The attached patch fixes an ICE when freeing an array-spec > > that involves a

Re: [PATCH] PR fortran/90002 -- Free array-spec for assumed-shaped coarray

2019-06-11 Thread Paul Richard Thomas
OK, Steve Thanks Paul On Wed, 12 Jun 2019 at 02:04, Steve Kargl wrote: > > The attached patch fixes an ICE when freeing an array-spec > that involves an assumed-shaped coarray (see testcase). The > patch regression tests cleanly. I don't use coarrays, so > cannot say whether the testcase is v

[PATCH] PR fortran/90002 -- Free array-spec for assumed-shaped coarray

2019-06-11 Thread Steve Kargl
The attached patch fixes an ICE when freeing an array-spec that involves an assumed-shaped coarray (see testcase). The patch regression tests cleanly. I don't use coarrays, so cannot say whether the testcase is valid Fortran. I simply fixed the ICE. OK to commit? 2019-06-11 Steven G. Kargl