[PING] [PATCH] c++: Avoid access check for dependent lookup result [PR124983]
Odysseas Georgoudis <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <FRWP195MB28647F5E861A12BF69526ABACCA62@FRWP195MB2864.EURP195.PROD.OUTLOOK.COM> |
Gentle ping for this patch. It fixes PR c++/124983 by postponing access checks for dependent declarations until substitution, avoiding the ICE during typo correction. Tested on x86_64-pc-linux-gnu with no unexpected failures. Is this OK for trunk? ________________________________ From: Odysseas Georgoudis <[email protected]> Sent: Monday, July 27, 2026 2:16 am To: [email protected] <[email protected]> Subject: [PATCH] c++: Avoid access check for dependent lookup result [PR124983] Hi, This fixes PR c++/124983 by postponing access checks for dependent declarations until substitution, avoiding the ICE during typo correction. Tested on x86_64-pc-linux-gnu with no unexpected failures. Thanks, Odysseas