https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59
--- Comment #8 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:8f83cfed36760a5c50e68029430fb90a2099d392 commit r17-1812-g8f83cfed36760a5c50e68029430fb90a2099d392 Author: James K. Lowden <[email protected]> Date: Wed Jun 24 12:12:56 2026 -0400 cobol: relax format detection For the purpose of heuristic determination, the sequence area in Reference Format may be spaces or digits. Fixes RT 3586, fixes PR 59. gcc/cobol/ChangeLog: * lexio.cc (valid_sequence_area): Each character may be ISDIGIT or ISBLANK.
