https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dinuxbg at gmail dot com, | |vries at gcc dot gnu.org, | |wschmidt at linux dot ibm.com --- Comment #29 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Roland Illig from comment #17) > From bfin.cc: > > cannott > > Should be "cannot". Martin L was last to touch in 58385f6a (ironically, a -Wformat-diag fix) (In reply to Roland Illig from comment #18) > From nds32.cc: > > this built-in function not support on the v3m toolchain > > "support" should be "supported". uh... closest thing I can find is a string that now reads "not support %<-fpic%> option for v3m toolchain" at line 4149; `git blame` says Martin L was last to touch in a3f9f006 (In reply to Roland Illig from comment #19) > From nvptx.cc: > > PTX version (-mptx) needs to be at least %s to support selected -misa > > (sm_%s) > > Missing %<...%> around -mptx and -misa. Tom DeVries's string (decde111) (In reply to Roland Illig from comment #20) > From pru.cc: > > register name %<%s%> > > Please use the canonical %qs instead of the unnecessarily verbose %<%s%>. > Everywhere. Dimitar Dimitrov's string (8bafc964) (In reply to Roland Illig from comment #21) > From rs6000-c.cc: > > passing argument %d of %qE discards const qualifier from pointer target type > > The word "const" must be in %<const%> quotes. Bill Schmidt's string (93b5a667) (In reply to Roland Illig from comment #22) > From v850-c.cc: > > %<#pragma%> GHS endXXXX found without previous startXXX > > %<#pragma%> GHS endXXX does not match previous startXXX > > junk at end of %<#pragma%> ghs section > > malformed %<#pragma%> ghs section > > and so on > > Should be %<#pragma GHS endXXX%> (only 3 X, not 4 X), as well as > %<startXXXX%>. > > Looks like a fallout from enclosing keywords in quotes, missed in the manual > review. indeed; Martin L was last to touch in 62fcdefb (a -Wformat-diag fix) (that's it for the config subdirectory, so I'm taking a break again)