Re: Testing a patch

2023-05-30 Thread David Malcolm via Gcc
On Mon, 2023-05-29 at 15:09 +0200, Benjamin Priour wrote: > Hi, > > Regstrapping finally done for PR109439 - Spurious > -Wanalyzer-use-of-uninitialized-value tagging along > -Wanalyzer-out-of-bounds. > Now only a OOB warning is reported when necessary instead of OOB + > Use > of uninitialized valu

Testing a patch

2023-05-29 Thread Benjamin Priour via Gcc
Hi, Regstrapping finally done for PR109439 - Spurious -Wanalyzer-use-of-uninitialized-value tagging along -Wanalyzer-out-of-bounds. Now only a OOB warning is reported when necessary instead of OOB + Use of uninitialized value. Some tests in analyzer (out-of-bounds-*, realloc-5, pr101962) were che