https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99300
Bug ID: 99300 Summary: double space in diagnostic Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- fortran-passes.c says: > "value inside loop beginning at %L as " The double space between "loop beginning" should be reduced to a single space. While here, there is a little inconsistency in where the spaces in multi-line string literals are placed. If possible, please search for ^\s+"\s and move these spaces to the end of the string literals, to follow the style of the other string literals.