https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90121
Bug ID: 90121 Summary: extra space in error message 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 cris.c: error ("unknown CRIS version specification in %<-march=%> or " "%<-mcpu=%> : %s", cris_cpu_str); The space before the colon is too much.