https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79844
Bug ID: 79844
Summary: diagnostics: extra space at end of line
Product: gcc
Version: 7.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: ---
from fortran/trans-intrinsic.c:
gfc_error ("The event variable at %L shall not be coindexed ",
&event_expr->where);
The space after "coindexed" looks like a typo.
