Re: [committed] analyzer: rewrite of region and value-handling

2020-08-14 Thread David Malcolm via Gcc-patches
On Fri, 2020-08-14 at 10:49 +0200, Christophe Lyon wrote: > Hi David, > > > On Thu, 13 Aug 2020 at 22:58, David Malcolm via Gcc-patches > wrote: > > This large patch reimplements how the analyzer tracks regions and > > values. [...] > > Pushed to master as 808f4dfeb3a95f50f15e71148e5c1067f90a1

Re: [committed] analyzer: rewrite of region and value-handling

2020-08-14 Thread David Malcolm via Gcc-patches
On Fri, 2020-08-14 at 09:26 +0200, Martin Liška wrote: > On 8/14/20 9:22 AM, Martin Liška wrote: > > On 8/13/20 10:58 PM, David Malcolm via Gcc-patches wrote: > > > PR analyzer/93032 (missing leak diagnostic for > > > zlib/contrib/minizip/mztools.c) > > > PR analyzer/93938 (ICE in analyzer) > > > P

Re: [committed] analyzer: rewrite of region and value-handling

2020-08-14 Thread David Malcolm via Gcc-patches
On Fri, 2020-08-14 at 09:22 +0200, Martin Liška wrote: > On 8/13/20 10:58 PM, David Malcolm via Gcc-patches wrote: > > PR analyzer/93032 (missing leak diagnostic for > > zlib/contrib/minizip/mztools.c) > > PR analyzer/93938 (ICE in analyzer) > > PR analyzer/94011 (ICE in analyzer) > > PR analyzer/9

Re: [committed] analyzer: rewrite of region and value-handling

2020-08-14 Thread Christophe Lyon via Gcc-patches
Hi David, On Thu, 13 Aug 2020 at 22:58, David Malcolm via Gcc-patches wrote: > > This large patch reimplements how the analyzer tracks regions and > values. > > Elimination of region_id and svalue_id > ** > > The patch eliminates region_id and svalue_id in fav

Re: [committed] analyzer: rewrite of region and value-handling

2020-08-14 Thread Martin Liška
On 8/14/20 9:22 AM, Martin Liška wrote: On 8/13/20 10:58 PM, David Malcolm via Gcc-patches wrote: PR analyzer/93032 (missing leak diagnostic for zlib/contrib/minizip/mztools.c) PR analyzer/93938 (ICE in analyzer) PR analyzer/94011 (ICE in analyzer) PR analyzer/94099 (ICE in analyzer) PR analyzer

Re: [committed] analyzer: rewrite of region and value-handling

2020-08-14 Thread Martin Liška
On 8/13/20 10:58 PM, David Malcolm via Gcc-patches wrote: PR analyzer/93032 (missing leak diagnostic for zlib/contrib/minizip/mztools.c) PR analyzer/93938 (ICE in analyzer) PR analyzer/94011 (ICE in analyzer) PR analyzer/94099 (ICE in analyzer) PR analyzer/94399 (leak false positive with __attrib