https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125616
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Robert Dubner <[email protected]>: https://gcc.gnu.org/g:033e0079a4c498c287d610546cf85e83be003e71 commit r17-1380-g033e0079a4c498c287d610546cf85e83be003e71 Author: Robert Dubner <[email protected]> Date: Fri Jun 5 14:57:27 2026 -0400 cobol: Properly DISPLAY COMP-1/-2 variables when "-dialect ibm" is in effect. [PR125616] Second try at DISPLAY COMP-1. The generated output now matches the example giving in the PR. This also addresses a lang.opt.urls problem. PR cobol/125616 gcc/cobol/ChangeLog: * lang.opt.urls: Regenerated. libgcobol/ChangeLog: * libgcobol.cc (format_for_display_internal): Format matches the description in the PR.
