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

--- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> ---
The -Warray-bounds for section.c is gone but last night's build still shows a
large number of -Warray-bounds instances as well as other warnings for Binutils
&  GDB.  I haven't analyzed any of them.  The breakdown is below:

Diagnostic                        Count   Unique    Files
-Wimplicit-function-declaration       99       70       15
-Warray-bounds                       79        1        1
-Wpointer-sign                       54       54        8
-Wmaybe-uninitialized                43       37       22
-Wmissing-prototypes                 42       32        9
-Wincompatible-pointer-types         42       42        1
-Wpointer-to-int-cast                11       11        2
-Wparentheses                        11       11        3
-Wint-to-pointer-cast                 9        9        1
-Wformat=                             6        3        2
-Walloc-zero                          6        2        2
-Wconflicts-sr                        5        5        5
-Wunused-value                        3        1        1
-Wunused-function                     3        3        1
-Wstrict-aliasing                     3        3        1
-Wdangling-else                       2        2        1
-Wmisleading-indentation              1        1        1
-Wconflicts-rr                        1        1        1

Reply via email to