https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90179

            Bug ID: 90179
           Summary: typo in diagnostic for unrecognized control register
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

From rx.c:

  warning (0, "unrecognized control register number: %d"
           "- using %<psw%>", (int) INTVAL (op));

Between the %d and the hyphen should be a space.

Reply via email to