https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120794
Bug ID: 120794 Summary: extra separator periods lead to syntax error 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: --- Code: 01 ADATS. 05 ADAT PIC 9(08) VALUE 20020807.. 05 ADAT2 PIC 9(08) VALUE 20020807. MF and GC warn, gcobol aborts compilation > error: syntax error, unexpected '.'