Re: [PATCH] docs: document sanitizers can trigger warnings

2022-11-07 Thread Martin Liška
On 11/3/22 13:32, Gerald Pfeifer wrote: > Hi Martin, > > On Wed, 26 Oct 2022, Martin Liška wrote: >> +Note the enabled sanitizer options tend to increase a false-positive rate >> +of selected warnings, most notably @option{-Wmaybe-uninitialized}. >> +And thus we recommend to disable @option{-Werro

Re: [PATCH] docs: document sanitizers can trigger warnings

2022-11-03 Thread Gerald Pfeifer
Hi Martin, On Wed, 26 Oct 2022, Martin Liška wrote: > +Note the enabled sanitizer options tend to increase a false-positive rate > +of selected warnings, most notably @option{-Wmaybe-uninitialized}. > +And thus we recommend to disable @option{-Werror}. I've been sitting muling over this and here

Re: [PATCH] docs: document sanitizers can trigger warnings

2022-10-28 Thread Eric Gallager via Gcc-patches
On Wed, Oct 26, 2022 at 7:09 AM Martin Liška wrote: > > PR sanitizer/107298 > > gcc/ChangeLog: > > * doc/invoke.texi: Document sanitizers can trigger warnings. > --- > gcc/doc/invoke.texi | 4 > 1 file changed, 4 insertions(+) > > diff --git a/gcc/doc/invoke.texi b/gcc/doc/in

Re: [PATCH] docs: document sanitizers can trigger warnings

2022-10-27 Thread Jeff Law via Gcc-patches
On 10/26/22 05:09, Martin Liška wrote: PR sanitizer/107298 gcc/ChangeLog: * doc/invoke.texi: Document sanitizers can trigger warnings. OK jeff

[PATCH] docs: document sanitizers can trigger warnings

2022-10-26 Thread Martin Liška
PR sanitizer/107298 gcc/ChangeLog: * doc/invoke.texi: Document sanitizers can trigger warnings. --- gcc/doc/invoke.texi | 4 1 file changed, 4 insertions(+) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 64f77e8367a..1ffbba16a72 100644 --- a/gcc/doc/invoke.tex