Re: [PATCH] Fortran: fix variable definition context checks for SELECT TYPE [PR123253]
Harald Anlauf <[email protected]>
| Newsgroups | gmane.comp.gcc.patches,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <[email protected]> |
Am 22.12.25 um 22:23 schrieb Jerry D: > On 12/22/25 12:19 PM, Harald Anlauf wrote: >> Dear All, >> >> my fix for pr71565 introduced a regression for variable definition >> context checks when the selector was not a dummy variable. >> The reason was that I attempted to prevent a false-negative >> for one of the tests in the testcase in a too naive way while >> not fully walking through an association list. The attached >> patch remedies that. >> >> Regtested on x86_64-pc-linux-gnu. OK for mainline? >> >> Thanks, >> Harald >> > Yes, OK for mainline. Thanks for the quick fix! Thanks, Jerry, for the swift review! And to Jürgen for the reproducer. Pushed as r16-6341-g692ca18d491ec2 . Harald > Jerry >