https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94982
Bug ID: 94982 Summary: '-Wformat-diag' diagnostics building GCC Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: tschwinge at gcc dot gnu.org CC: msebor at gcc dot gnu.org Target Milestone: --- In a x86_64-pc-linux-gnu GCC bootstrap build of commit c416c52bcdb120db5e8c53a51bd78c4360daf79b (releases/gcc-10 branch point), I'm counting 642 'warning: .* \[-Wformat-diag\]' diagnostics. For some files it's hard to spot other diagnostics between all that "noise". I'm not saying that '-Wformat-diag' diagnostics don't have any value (they do!), but there are clearly bogus ones here -- we should do something about this, or disable if not interested?