Re: [Patch, fortran] PR123352 - invalid association target when invoking type-bound function on associate-name with operator-result selector
Jerry D <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
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