Re: [Patch, fortran] PR122902 - [PDT] seg fault on assigning composite PDT array section to allocatable array
Jerry Delisle <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAJJq7z3vvGa+FZY+m-urARq3ho0GQGyh1mkWZkWD5HEYWkjq_g@mail.gmail.com> |
``` 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 >