https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88835

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #13 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Martin Sebor from comment #10)
> I've built the top of binutils-gdb with the patch referenced in comment #8
> applied and with -Wformat-overflow=2 and -Wformat-truncation=2 and got the
> following breakdown:
> 
> Diagnostic                        Count   Unique    Files
> -Wformat-overflow=                   19       19       10
> -Wformat-truncation=                 12       12        7
> -Wconflicts-sr                        7        7        7
> -Wmaybe-uninitialized                 3        3        3
> -Wstringop-truncation                 2        2        2
> -Wconflicts-rr                        2        2        2
> -Wsign-compare                        1        1        1
> -Wother                               1        1        1

Tangent, but -Wconflicts-sr, -Wconflicts-rr, and -Wother are from bison, not
gcc, so you might want to update whatever tool you use to generate these pretty
tables to filter them out

Reply via email to