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-aarch64-bootstrap_profiled_lto_lean in repository toolchain/ci/gcc.
from 58586721c79 c++: friend implicit template instantiation [PR91618] adds 4822108e61a c++: constexpr non-trivial aggregate init [PR105191] adds 6e345078624 loongarch: testsuite: skip builtin-apply2.c adds c8f7324e81c loongarch: testsuite: adapt stack-usage-1.c for LP64 adds aabb9a261ef Propagate nondeterministic and side_effects flags in modref [...] adds 4943b75e9f0 Update semantic_interposition flag at analysis time adds 3d41408c5d2 analyzer: fix folding of regions involving unknown ptrs [PR103892] adds 71cac7de8f1 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 11 ++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 18 ++++++ gcc/analyzer/region-model-manager.cc | 37 +++++++++++-- gcc/analyzer/region-model.h | 2 + gcc/analyzer/region.cc | 11 +++- gcc/cgraphunit.cc | 1 + gcc/cp/ChangeLog | 19 +++++++ gcc/cp/constexpr.cc | 3 +- gcc/cp/tree.cc | 27 +++++++-- gcc/ipa-modref.cc | 23 ++++++++ gcc/testsuite/ChangeLog | 39 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-array28.C | 21 +++++++ gcc/testsuite/gcc.c-torture/compile/pr103376.c | 9 +++ gcc/testsuite/gcc.dg/analyzer/pr103892.c | 75 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr96841.c | 2 +- gcc/testsuite/gcc.dg/builtin-apply2.c | 2 +- gcc/testsuite/gcc.dg/ipa/pr105160.c | 77 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/stack-usage-1.c | 2 + 19 files changed, 363 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array28.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr103376.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr103892.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr105160.c