This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 3b3c9932338 Fortran: avoid NULL pointer dereference on invalid range in [...] adds 42cdf08ad84 MAINTAINERS: Add myself to DCO section and update email address adds 6dc90c4dbb6 Use modref summaries for byte-wise dead store elimination. adds 395848255cf c-family: don't cache large vecs adds 73e4d9f1751 libstdc++: Fix tests for constexpr std::string adds 6b1695f4a09 Daily bump. adds 8c693978dd6 Fix clearing of to_info_lto in ipa_merge_modref_summary_aft [...] adds a80d4e098b1 analyzer: don't assume target has alloca [PR102779] adds 111fd515f28 analyzer: fix missing -Wanalyzer-write-to-const [PR102695]
No new revisions were added by this update.
Summary of changes: ChangeLog | 14 +++ MAINTAINERS | 3 +- gcc/ChangeLog | 131 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 6 + 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/c-family/ChangeLog | 5 + gcc/c-family/c-common.c | 12 +- gcc/cp/ChangeLog | 4 + gcc/fortran/ChangeLog | 60 ++++++++++ gcc/ipa-modref.c | 24 +++- gcc/ipa-modref.h | 1 + gcc/testsuite/ChangeLog | 94 +++++++++++++++ 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 ++++ gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c | 26 ++++ gcc/tree-ssa-dse.c | 43 +++++-- libgomp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 69 +++++++++++ libstdc++-v3/include/bits/basic_string.h | 6 +- .../21_strings/basic_string/modifiers/constexpr.cc | 1 + .../21_strings/headers/string/synopsis.cc | 33 +++++- 27 files changed, 718 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr102695.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/strchr-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c