https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79613
Bug ID: 79613
Summary: missing space in diagnostic: GLOBAL CONST-PROP:
Replacing reg %d in jump_insn
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 cprop.c:
fprintf (dump_file,
"GLOBAL CONST-PROP: Replacing reg %d in jump_insn %d with"
"constant ", REGNO (from), INSN_UID (jump));
There is a space missing between "with" and "constant".