[Bug c/13029] [3.4 Regression] static consts and -Wunused-variable

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 17 08:18:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13029

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Well, clang strategy seems to be not to bother with false positives and always
prefer warning over not warning on anything, so usually the clang output is
just completely unreadable because among the tons of false positives it is hard
to find actual real code problems.  GCC strategy is to find some ballance
between false positive warnings and missed warnings.



More information about the Gcc-bugs mailing list