https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120790
Bug ID: 120790 Summary: parser bug: ORGANIZATION IS RECORD SEQUENTIAL Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: cobol Assignee: unassigned at gcc dot gnu.org Reporter: simonsobisch at gnu dot org Target Milestone: --- ORGANIZATION IS RECORD SEQUENTIAL raises syntax error, unexpected RECORD, expecting INDEXED or LINE or RELATIVE or SEQUENTIAL Note that while IBM does not document this, per COBOL2002 "SEQUENTIAL" is identical to "RECORD SEQUENTIAL" ("LINE SEQUENTIAL" was added with COBOL2023).