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
