This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c693978dd6 Fix clearing of to_info_lto in ipa_merge_modref_summary_aft [...] new a80d4e098b1 analyzer: don't assume target has alloca [PR102779] new 111fd515f28 analyzer: fix missing -Wanalyzer-write-to-const [PR102695]
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/region-model-impl-calls.cc | 69 ++++++++++++++++++++++++++++++ gcc/analyzer/region-model-manager.cc | 7 +++ gcc/analyzer/region-model.cc | 52 ++++++++++++++++++++-- gcc/analyzer/region-model.h | 1 + gcc/testsuite/gcc.dg/analyzer/capacity-1.c | 4 +- gcc/testsuite/gcc.dg/analyzer/capacity-3.c | 4 +- gcc/testsuite/gcc.dg/analyzer/pr102695.c | 44 +++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/strchr-1.c | 26 +++++++++++ 8 files changed, 202 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr102695.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/strchr-1.c