https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123890
--- 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:c3743bccd47712301ade2bc8d85fd3477bfce9ca commit r17-3611-gc3743bccd47712301ade2bc8d85fd3477bfce9ca Author: James K. Lowden <[email protected]> Date: Mon Aug 24 15:09:36 2026 -0400 cobol: Sort table within a table. Modify SORT to accept qualified names and nested table names. Mostly changes lexer sort_state start condition to be more conservative with what it recognizes. gcc/cobol/ChangeLog: PR cobol/123890 * Make-lang.in: Remove unneeded message suppression for scan.l. * parse.y: SORT uses tableish, not tableref. * scan.l: Use usual Procedure Division name recognition for SORT.
