Re: [Patch, fortran] PR123071 [PDT] ICE on invoking parent's type-bound function with PDT result
Paul Richard Thomas <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAGkQGi+nQndhht6zJoWWVVG0A6ZNr7+OX5Oh-pQvKjU-P3oQrw@mail.gmail.com> |
Thanks, Jerry. Pushed to mainline as r16-6494. Paul On Mon, 5 Jan 2026 at 03:11, Jerry D <[email protected]> wrote: > On 1/4/26 8:37 AM, Paul Richard Thomas wrote: > > Hi All, > > > > The patch that is posted on the PR turned out to be far too elaborate. > This > > version fixes the basic problem by resolving the class declared type > before > > building the typebound function call. > > > > The complication caused by the PDTs was dealt with by the chunks in > trans- > > decl.cc, which permit the PDT result to be initialized when the result > is not > > explicitly referenced. > > > > Regtests on FC43/x86_64. OK for mainline? > > > > Paul > > > > Yes, OK Paul, Thanks, > > Jerry >