gcc-12-20210711 is now available

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

Re: daily report on extending static analyzer project [GSoC]

2021-07-11 Thread David Malcolm via Gcc
On Sun, 2021-07-11 at 22:31 +0530, Ankur Saini wrote: > AIM for today : > > - get "state_purge_per_ssa_name::process_point () “ to  go from the > “return" supernode to the “call” supernode. > - fix bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100546 < > https://gcc.gnu.org/bugzilla/show_bug.c

Re: daily report on extending static analyzer project [GSoC]

2021-07-11 Thread David Malcolm via Gcc
On Sat, 2021-07-10 at 21:27 +0530, Ankur Saini wrote: > AIM for today : > > - update the call_string to store a vector of pair of supernode* > instead of pointer to it > - create a typdef to give a meaning full name to these " pair of > supernode* “ > - send the patch list to gcc-patches mailing

Re: daily report on extending static analyzer project [GSoC]

2021-07-11 Thread Ankur Saini via Gcc
AIM for today : - get "state_purge_per_ssa_name::process_point () “ to go from the “return" supernode to the “call” supernode. - fix bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100546 in the process - test and observe the effect of ch