Re: A weird bug

2021-03-05 Thread Martin Liška
On 3/4/21 11:06 PM, Gary Oblock via Gcc wrote: $ gcc -v ... Thread model: posix gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) Which is a system compiler and not the built GCC master. Martin

GSoC 2021 - Static analyzer project

2021-03-05 Thread Ankur Saini via Gcc
Hello, While looking for some project to contribute on for GSOC 2021, I came across project about extending static analyser pass, especially the part that involve adding C++ support to it. I have already used -fanalyzer option ( which I initially came to know about via some blog post ) a coupl

gcc-9-20210305 is now available

2021-03-05 Thread GCC Administrator via Gcc
Snapshot gcc-9-20210305 is now available on https://gcc.gnu.org/pub/gcc/snapshots/9-20210305/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 9 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: GSoC 2021 - Static analyzer project

2021-03-05 Thread David Malcolm via Gcc
On Fri, 2021-03-05 at 17:04 +0530, Ankur Saini via Gcc wrote: > Hello, Hi Ankur > While looking for some project to contribute on for GSOC 2021, I came > across project about extending static analyser pass, especially the > part that involve adding C++ support to it. > > I have already used -fan