gcc-12-20220123 is now available

2022-01-23 Thread GCC Administrator via Gcc
Snapshot gcc-12-20220123 is now available on https://gcc.gnu.org/pub/gcc/snapshots/12-20220123/ 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: GSoC: Working on the static analyzer

2022-01-23 Thread Mir Immad via Gcc
Hi, sir. I've been trying to understand the static analyzer's code. I spent most of my time learning the state machine's API. I learned how state machine's on_stmt is supposed to "recognize" specific functions and how on_transition takes a specific tree from one state to another, and how the captu