Re: [PATCH] Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]
Harald Anlauf <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
Am 04.04.26 um 9:00 AM schrieb Steve Kargl: > On Fri, Apr 03, 2026 at 10:53:25PM +0200, Harald Anlauf wrote: >> Dear all, >> >> this patch fixes a long-standing issue where we did not properly >> resolve a generic interface when C_LOC or C_FUNLOC were involved. >> See testcase and PR for details. >> >> (The testcase is an enhanced version of the reporter's.) >> >> Regtested on x86_64-pc-linux-gnu. OK for mainline? >> >> I'd like to backport this also to 15-branch unless there are >> objections. >> > > Yes for both mainline and 15-branch. Thanks for the review, Steve! Pushed to mainline as r16-8455-g64e03b96dfe593 so far. Harald > -- > Steve >