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

David Binderman <dcb314 at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcb314 at hotmail dot com

--- Comment #12 from David Binderman <dcb314 at hotmail dot com> ---
(In reply to Jon Grant from comment #11)
> Perhaps some new static analysis tools could be added to GCC. I'd be happy
> to contribute to costs.

I keep finding new warnings that static analysis tools emit that gcc can't,
but rarely do these new warnings get implemented in gcc.

Gcc developers seem keen to keep away from static analysis area.
If you push them, they say they are only a volunteer project.

Far more folks run compilers than static analysis tools, so popularising
new warnings would help the wider community.

In practice locally, I modify gcc compilers to also run static analysis tools.
Then developers can't avoid knowing more about their code.

Reply via email to