https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126738
Bug ID: 126738
Summary: Missing percent escapes in diagnostic message
Product: gcc
Version: 16.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: goeran at uddeborg dot se
Target Milestone: ---
https://github.com/gcc-mirror/gcc/blob/31f66a843429269ee9cdc6ce69ba3ff698773a35/gcc/config/rs6000/rs6000.opt#L600
contains a warning message
Do not use %<-mfuture>, use %<-mcpu=future>
Unless I'm mistaken, there should have been percent characters immediately
before the larger than characters.