https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99297
Bug ID: 99297 Summary: wrong diagnostic style in rx.c Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- rx.c says: > "invalid control register for mvtc : %d - using 'psw'" This should rather be: > "invalid control register %d for mvtc; using %<psw%>"