Re: [Patch, fortran] PR121204 - Explicit interfaces in module are incorrectly passed to submodule
Paul Richard Thomas <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAGkQGi+JA0EqO2CzUKr-EpPSo_7bGhB0C8vQZ5omOH0cC5WnSA@mail.gmail.com> |
Hello All, As promised, pushed as r17-1343. As with the other recents submodule patches, will wait a while before backporting. Cheers Paul On Thu, 4 Jun 2026 at 13:03, Paul Richard Thomas <[email protected]> wrote: > > Hello All, > > The attached patch fixes PR121204 and passes regression testing on FC44/x86_64. > > I was working in the right place but completely missed the lack of the > always_explicit attribute. claude found it right away. > > The patch passes regetesting on FC44/x86_64. > > As it is a trivial one liner, I intend to push it in the next hour or > so and to backport with a sensible delay. > > Regards > > Paul