This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0f5f9ed5e5a Daily bump. new 5e00ad3ffbf analyzer: warn on invalid shift counts [PR97424] new 8069928d5c2 analyzer: precision-of-wording for -Wanalyzer-stale-setjmp-buffer new d33bc98f5bc testsuite: Adjust pr96789.c by disabling loop vect
The 3 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/analyzer.opt | 8 ++ gcc/analyzer/checker-path.h | 6 ++ gcc/analyzer/diagnostic-manager.cc | 18 ++++- gcc/analyzer/engine.cc | 55 ++++++++++++- gcc/analyzer/pending-diagnostic.h | 15 ++++ gcc/analyzer/region-model.cc | 102 ++++++++++++++++++++++++ gcc/doc/invoke.texi | 33 ++++++++ gcc/testsuite/gcc.dg/analyzer/invalid-shift-1.c | 34 ++++++++ gcc/testsuite/gcc.dg/analyzer/setjmp-5.c | 13 ++- gcc/testsuite/gcc.dg/tree-ssa/pr96789.c | 5 +- 10 files changed, 280 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/invalid-shift-1.c