https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90158
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Status|UNCONFIRMED |NEW Last reconfirmed| |2019-04-18 CC| |msebor at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> --- Confirmed. Let me add the \"%s\" pattern to my diagnostic checker to flag outside %< and %>. I'll see if also flagging plain either %s or " %s " wouldn't cause too many false positives for valid uses.