This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from deffc35b951 Daily bump. new e8238de6161 git_commit.py: add "diagnostics" to bug components new 5bb0345ab3b testsuite: fix typo in name of plugin test file new 2fdebdd5690 diagnostics: handle fatal_error in SARIF output [PR120063] new e2b6c1ca1c0 c++: fix count of z candidates for non-viable candidates, n [...] new e869244a134 analyzer: fold X + (-X) to zero [PR122975] new 004e2f3cc5a analyzer: fix strlen(STRING_CST + OFFSET) [PR123085]
The 6 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: contrib/gcc-changelog/git_commit.py | 1 + gcc/analyzer/region-model-manager.cc | 5 +++ gcc/analyzer/region-model.cc | 37 +++++++++++++--------- gcc/cp/call.cc | 6 +++- gcc/diagnostic-format-sarif.cc | 1 + gcc/diagnostic.cc | 3 +- gcc/testsuite/c-c++-common/analyzer/arith-1.c | 13 ++++++++ .../analyzer/infinite-recursion-pr122975.c | 5 +++ .../c-c++-common/analyzer/strlen-pr123085.c | 8 +++++ .../werror.py => fatal-error-sarif.py} | 16 ++-------- gcc/testsuite/gcc.dg/fatal-error.c | 9 ++++++ ...rif.c => crash-test-write-through-null-sarif.c} | 0 ...rr.c => crash-test-write-through-null-stderr.c} | 0 gcc/testsuite/gcc.dg/plugin/plugin.exp | 8 ++--- 14 files changed, 78 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/analyzer/arith-1.c create mode 100644 gcc/testsuite/c-c++-common/analyzer/infinite-recursion-pr122975.c create mode 100644 gcc/testsuite/c-c++-common/analyzer/strlen-pr123085.c copy gcc/testsuite/gcc.dg/{sarif-output/werror.py => fatal-error-sarif.py} (50%) create mode 100644 gcc/testsuite/gcc.dg/fatal-error.c rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-sarif.c => crash- [...] rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-stderr.c => crash [...]