https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79616
Bug ID: 79616
Summary: missing space in diagnostic: Inlined into %s which now
has time
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
From ipa-inline.c:
fprintf (dump_file,
" Inlined into %s which now has time %i and size %i,"
"net change of %+i.\n",
edge->caller->name (),
inline_summaries->get (edge->caller)->time,
inline_summaries->get (edge->caller)->size,
overall_size - old_size);
There is a space missing between "%i," and "net".