https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79615
Bug ID: 79615
Summary: missing space in diagnostic: Substring out of bounds:
lower bound
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
From trans-expr.c:
msg = xasprintf ("Substring out of bounds: lower bound (%%ld)"
"is less than one");
There is a space missing between "(%%ld)" and "is".
