https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77978
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |kargl at gcc dot gnu.org --- Comment #3 from kargl at gcc dot gnu.org --- I have a patch cooking. Fortran 95 has R840 stop-stmt is STOP [ stop-code ] R841 stop-code is scalar-char-constant or digit [ digit [ digit [ digit [ digit ] ] ] ] Fortran 2003 is the same as Fortran 95 except R840 and R841 are now R849 and R850. Fortran 2008 has R855 stop-stmt is STOP [ stop-code ] R856 allstop-stmt is ALL STOP [ stop-code ] R857 stop-code is scalar-default-char-constant-expr or scalar-int-constant-expr