]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol: Remove TITLE token. master trunk
authorJames K. Lowden <jklowden@cobolworx.com>
Mon, 3 Aug 2026 19:24:44 +0000 (15:24 -0400)
committerJames K. Lowden <jklowden@cobolworx.com>
Mon, 3 Aug 2026 19:46:33 +0000 (15:46 -0400)
commit6a2eb23e0e2d0aa65a38869aee56406aa48c7fae
treea41f3bd1269dff5f415d3c05c1ce2c1b14ea2b75
parent8239d935883516d5c1b51f68d56c926deeaafc8e
cobol: Remove TITLE token.

TITLE was never part of ISO COBOL and is no longer mentioned in the
IBM manual. Removed it from the token list, where it was not used, and
from the lexer, where it caused errors.

gcc/cobol/ChangeLog:

* cdf.y: Update tokens.
* parse.y: Remove TITLE token.
* scan.l: Remove scanning for TITLE.
* token_names.h: Remove TITLE from token set.
gcc/cobol/cdf.y
gcc/cobol/parse.y
gcc/cobol/scan.l
gcc/cobol/token_names.h