https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109590
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egallager at gcc dot gnu.org
--- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Xi Ruoyao from comment #3)
> -Wnull-dereference is known to give false warnings in many cases (the doc
> says "the precision of the warnings depends on the optimization options
> used" and I remember there are several recent PRs complaining it). So it's
> not suitable for -Wall or -Wextra.
Well, it's not suitable for -Wall or -Wextra *yet*, but I think it's a
worthwhile goal getting it there eventually. See further discussion in bug
86172