This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e9f20f5517 Fortran: error handling of global entity appearing in COMMO [...] new 2eeda82d628 arm: Optimize arm-mlib.h header inclusion [pr108505]. new 77bb54b1b07 analyzer: fix overzealous state purging with on-stack struc [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/analyzer/state-purge.cc | 15 ++- gcc/config.gcc | 3 +- gcc/testsuite/gcc.dg/analyzer/uninit-7.c | 127 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/uninit-pr108704.c | 29 ++++++ 4 files changed, 172 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/uninit-7.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/uninit-pr108704.c