https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125512
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Gaius Mulley <[email protected]>: https://gcc.gnu.org/g:19e5894512a0f6db971a53bb77fddba86e90882a commit r17-1247-g19e5894512a0f6db971a53bb77fddba86e90882a Author: Gaius Mulley <[email protected]> Date: Wed Jun 3 09:00:20 2026 +0100 PR modula2/125512: Candidate for spell checking missed when using qualified ident This bug fix checks the qualified ident processing for spell checking candidates. gcc/m2/ChangeLog: PR modula2/125512 * gm2-compiler/P3Build.bnf (SubDesignator): Rewrite to include spell checking. gcc/testsuite/ChangeLog: PR modula2/125512 * gm2.dg/spell/iso/fail/badmodule.mod: New test. * gm2.dg/spell/iso/fail/badrecord.mod: New test. * gm2.dg/spell/iso/fail/color.def: New test. Signed-off-by: Gaius Mulley <[email protected]>
