Re: [PATCH] Fortran: fix resolution of user-defined operators in named BLOCK [PR126127]
Harald Anlauf <[email protected]> Wed, 8 Jul 2026 22:07:41 +0200
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
On 7/8/26 02:39, Steve Kargl wrote: > On 7/7/26 11:28, Harald Anlauf wrote: >> Dear all, >> >> the subject says it all: the attached obvious patch fixes an ICE during >> resolution of user-defined operators in named BLOCKs by also searching >> the list of user-defined operators. >> >> Regtested on x86_64-pc-linux-gnu. OK for mainline and backports? >> > > Yes. Thanks for tracking down the bug. Pushed as r17-2264-g2fad7b2d4d4ae5 to mainline so far. Thanks for the review! Harald