Re: [Patch, fortran] PR123352 - invalid association target when invoking type-bound function on associate-name with operator-result selector
Paul Richard Thomas <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAGkQGiLBGpYxPkXsex8RHnpWo1xmfXtWcDWZoWM5S_+Z4fMx0Q@mail.gmail.com> |
Thanks, Jerry. Pushed to mainline as r16-6470. Paul On Fri, 2 Jan 2026 at 18:32, Jerry D <[email protected]> wrote: > On 1/2/26 7:32 AM, Paul Richard Thomas wrote: > > Happy New Year to one and all! > > > > The attached fixes the PR by extending the expression. If the namespace > has not > > been resolved and the derived type is use associated, resolve the > derived type > > symbol. This then puts everything in place to find the specific > function for the > > typebound operator. > > > > Regtests on FC43/x86_64 - OK for mainline? > > > > Paul > > > > > > Good to go Paul, > > Thanks for the fix. > > Jerry >