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

Steve Kargl sgk@troutmask.apl.washington.edu
Wed Jun 12 18:28:00 GMT 2019


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
> <sgk@troutmask.apl.washington.edu> 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 valid Fortran.  I simply
> > fixed the ICE.  OK to commit?
> >
> > 2019-06-11  Steven G. Kargl  <kargl@gcc.gnu.org>
> >
> >         PR fortran/90002
> >         * array.c (gfc_free_array_spec): When freeing an array-spec, avoid
> >         an ICE for assumed-shape coarrays
> >
> > 2019-06-11  Steven G. Kargl  <kargl@gcc.gnu.org>
> >
> >         PR fortran/90002
> >         * gfortran.dg/pr90002.f90: New test.
> >
> > --
> > Steve
> 
> 
> 
> -- 
> "If you can't explain it simply, you don't understand it well enough"
> - Albert Einstein

-- 
Steve
20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4
20161221 https://www.youtube.com/watch?v=IbCHE-hONow



More information about the Gcc-patches mailing list