https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126611
--- Comment #3 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:8fbc6134ebb7c5f8203e5857f05584a821a05729 commit r17-3678-g8fbc6134ebb7c5f8203e5857f05584a821a05729 Author: James K. Lowden <[email protected]> Date: Wed Aug 26 11:56:51 2026 -0400 cobol: Correct CDF COBOL WORDS implementation. Per ISO, change the COBOL WORDS operands to be quoted literals, not keywords. Also implement GnuCOBOL $DISPLAY as alias for >>DISPLAY. Although not yet implemented, add B_AND and friends to the reserved-word list, now that they are defined tokens. gcc/cobol/ChangeLog: PR cobol/126611 * parse.y: Modify COBOL WORDS grammar. * scan.l: Add support for $DISPLAY. * util.cc: Add Boolean bit-operators to reserved-word list.
