Re: Static analysis updates in GCC 11

2021-01-29 Thread Eric Gallager via Gcc
On Sat, Jan 30, 2021 at 2:29 AM Eric Gallager wrote: > > On Thu, Jan 28, 2021 at 3:24 PM David Malcolm via Gcc wrote: > > > > I wrote a blog post covering what I've been working on in the analyzer > > in this release: > > > > https://developers.redhat.com/blog/2021/01/28/static-analysis-updates

Re: Static analysis updates in GCC 11

2021-01-29 Thread David Brown
On 29/01/2021 01:03, Martin Sebor wrote: On 1/28/21 2:27 PM, David Malcolm via Gcc wrote: On Thu, 2021-01-28 at 22:06 +0100, David Brown wrote: I wrote a feature request for gcc a while back, involving adding tag attributes to functions in order to ensure that certain classes of functions ar

Re: Static analysis updates in GCC 11

2021-01-29 Thread David Brown
On 28/01/2021 22:27, David Malcolm wrote: On Thu, 2021-01-28 at 22:06 +0100, David Brown wrote: On 28/01/2021 21:23, David Malcolm via Gcc wrote: I wrote a blog post covering what I've been working on in the analyzer in this release:   https://developers.redhat.com/blog/2021/01/28/static-an

Re: Static analysis updates in GCC 11

2021-01-28 Thread Martin Sebor via Gcc
On 1/28/21 2:27 PM, David Malcolm via Gcc wrote: On Thu, 2021-01-28 at 22:06 +0100, David Brown wrote: On 28/01/2021 21:23, David Malcolm via Gcc wrote: I wrote a blog post covering what I've been working on in the analyzer in this release:   https://developers.redhat.com/blog/2021/01/28/stati

Re: Static analysis updates in GCC 11

2021-01-28 Thread David Malcolm via Gcc
On Thu, 2021-01-28 at 22:06 +0100, David Brown wrote: > On 28/01/2021 21:23, David Malcolm via Gcc wrote: > > I wrote a blog post covering what I've been working on in the > > analyzer > > in this release: > >   > > https://developers.redhat.com/blog/2021/01/28/static-analysis-updates-in-gcc-11/ >

Re: Static analysis updates in GCC 11

2021-01-28 Thread David Brown
On 28/01/2021 21:23, David Malcolm via Gcc wrote: > I wrote a blog post covering what I've been working on in the analyzer > in this release: > > https://developers.redhat.com/blog/2021/01/28/static-analysis-updates-in-gcc-11/ > As a gcc user, I am always glad to hear of more static analysis an