This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0e9ccae2693 Daily bump. new df2c1f7c6ba cp: fix typo "an decrement" -> "a decrement" new 0a2c4b6dd20 analyzer: add event kinds for special control flow [PR122544]
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/checker-event.cc | 32 ++++++++++++++++++++++ gcc/analyzer/checker-event.h | 10 +++++++ gcc/cp/parser.cc | 4 +-- gcc/diagnostics/paths.cc | 16 +++++++++++ gcc/diagnostics/paths.h | 13 ++++++++- .../g++.dg/analyzer/exception-path-1-sarif.py | 22 +++++++++++++++ gcc/testsuite/g++.dg/analyzer/exception-path-1.C | 9 ++++++ .../exception-path-unwind-multiple-2-sarif.py | 23 ++++++++++++++++ .../analyzer/exception-path-unwind-multiple-2.C | 9 ++++++ gcc/testsuite/gcc.dg/analyzer/setjmp-3-sarif.py | 23 ++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/setjmp-3.c | 9 ++++++ 11 files changed, 167 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/analyzer/exception-path-1-sarif.py create mode 100644 gcc/testsuite/g++.dg/analyzer/exception-path-unwind-multiple-2- [...] create mode 100644 gcc/testsuite/gcc.dg/analyzer/setjmp-3-sarif.py