https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120794
--- Comment #6 from Simon Sobisch <simonsobisch at gnu dot org> ---
Just checked with current master+cobol:
IDENTIFICATION DIVISION.
PROGRAM-ID. "bug".
PROCEDURE DIVISION.
*MAIN.
.
that aborts only in gcobol (no matter if the paragraph is commented out or not)
while cobc (very old versions ignore that silently) and MF and IBM raise a
warning
warning: ignoring redundant .
