[Bug c/79613] New: missing space in diagnostic: GLOBAL CONST-PROP: Replacing reg %d in jump_insn

roland.illig at gmx dot de gcc-bugzilla@gcc.gnu.org
Mon Feb 20 00:16:00 GMT 2017


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".


More information about the Gcc-bugs mailing list