https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126611
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by James K. Lowden <[email protected]>: https://gcc.gnu.org/g:fa98c7807db134bca293828f4888e01286ea5e8f commit r17-3677-gfa98c7807db134bca293828f4888e01286ea5e8f Author: James K. Lowden <[email protected]> Date: Tue Aug 25 18:51:37 2026 -0400 cobol: Lex CDF tokens exclusively. Move the cdf_state in the lexer above the default COBOL keywords start condition. This allows the CDF to treat COBOL words as data. gcc/cobol/ChangeLog: PR cobol/126611 * cdf.y: Renumber tokens. * parse.y: Add tokens from ISO CDF reserved word list. * scan.l: Same, and reposition. * token_names.h: Regenerate.
