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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Martin Sebor <msebor at gcc dot gnu.org> ---
With the patch referenced in comment #5 and with bug 88546 fixed there are no
-Wmissing-attributes warnings in GCC builds.

For reference, the following is the warning breakdown from my bootstrap on
x86_64-linux with the patch for pr88546 applied:

Diagnostic                        Count   Unique    Files
-Wmisleading-indentation             43       27       27
-Wimplicit-function-declaration       20        5        3
-Wimplicit-fallthrough=              12        1        1
-Wmaybe-uninitialized                10        5        4
-Wcast-function-type                  7        4        3
-Waddress-of-packed-member            7        7        1
-Wpragmas                             6        1        1
-Wstringop-truncation                 5        1        1
-Wformat-truncation=                  5        3        1
-Wincompatible-pointer-types          4        2        1
-Walloca-larger-than=                 4        2        1
-Wsign-compare                        2        1        1

Reply via email to