https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79617
Bug ID: 79617
Summary: missing space in diagnostic: IF clause without
modifier at %L used together
Product: gcc
Version: 7.0.1
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/openmp.c:
gfc_error ("IF clause without modifier at %L used together with"
"IF clauses with modifiers",
&omp_clauses->if_expr->where);
There is a space missing between "with" and "IF".