https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120253
Bug ID: 120253 Summary: Error message column numbers should start at 1 not 0 Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: gaius at gcc dot gnu.org Target Milestone: --- This is an off shoot from PR-120188 which was categorised as a documentation PR. Expected output: Diagnostics, as documented, but with a reasonable column number. (Column number 0 is not valid, according to https://www.gnu.org/prep/standards/html_node/Errors.html : "column numbers should start from 1 at the beginning of the line".)