Re: [Patch, fortran] PR122902 - [PDT] seg fault on assigning composite PDT array section to allocatable array
Paul Richard Thomas <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAGkQGi+xAiehnym=gX4Zh5VDj6mGdzKg=70gch4VSP4YGG81vQ@mail.gmail.com> |
Hi Jerry, Thanks! Pushed as r16-7959. Regards Paul On Mon, 9 Mar 2026 at 15:26, Jerry Delisle <[email protected]> wrote: > > ``` > Yes, ok Paul, and thanks for the great work! > ``` > > On Mon, Mar 9, 2026, 2:42 AM Paul Richard Thomas <[email protected]> wrote: >> >> Hi All, >> >> The source of this bug was hard to find but, once located, easy to >> fix. With the benefit of hindsight, it is rather obviously a poor idea >> to attempt to deep copy a PDT without parameterized components! >> >> Regtests OK on FC43/x86_64 - OK for mainline? >> >> Paul