https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126612
--- Comment #1 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:1d51914967befbd4cd3f29866abc83b3d137116c commit r17-3728-g1d51914967befbd4cd3f29866abc83b3d137116c Author: James K. Lowden <[email protected]> Date: Thu Aug 27 22:08:59 2026 -0400 cobol: Ignore TRACE and ACCEPT .. WITH. Ignore obsolete TRACE statements, and accept MicroFocus WITH screen-features syntax without comment or effect. The COBOL FE documents that Screen Section is not supported. gcc/cobol/ChangeLog: PR cobol/126612 PR cobol/126614 * cdf.y: Add TRACE syntax. * parse.y: Add ACCEPT ... WITH grammar. * scan_post.h (is_cdf_token): Add trace tokens.
