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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
(In reply to Sam James from comment #1)
> (In reply to Arthur O'Dwyer from comment #0)
> > For purposes of this issue here, I don't care about false negatives. I also
> > don't care about -Wstringop-overflow — also plagued by false positives —
> > because -Wstringop-overflow is rightly not enabled by `-Wall`. But I very
> > much do care about the fact that GCC's `-Wall` produces a flood of false
> > positives!
> 
> Note that -Wstringop-overflow is actually enabled *by default*, even without
> -Wall or -Wextra.

I don't have strong opinions about -Warray-bounds but I think
-Wstringop-overflow shouldn't even be in -Wall.  FWIW.

Reply via email to