Re: [Patch, fortran] PR121683 - Data corruption with sourced allocation from constructor
Jerry Delisle <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAJJq7z0Fc-LNNHn75_-wHrAh4tpou=SJwefQg99XuuwJLVyrcg@mail.gmail.com> |
```This one is ok too Paul. It's easy to get behind on things. Jerry ``` On Thu, Aug 13, 2026, 8:12 AM Paul Richard Thomas < [email protected]> wrote: > This one is straightforward, going on obvious. Allocatable components > were not being copied in the assignment of class or derived type > component. Three places in gfc_trans_subcomponent_assign were touched. > > The patch was reviewed and tested in January but was not pushed > because of the release of 16.1.1 and then forgotten. > > Regression tests OK on FC44/x86_64. OK for mainline and then, after an > interval, 16-branch? > > Paul >