This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 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]
No new revisions were added by this update.
Summary of changes: gcc/analyzer/region-model-manager.cc | 37 +++++++++++-- gcc/analyzer/region-model.h | 2 + gcc/analyzer/region.cc | 11 +++- gcc/cgraphunit.cc | 1 + gcc/ipa-modref.cc | 23 ++++++++ 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/ipa/pr105160.c | 77 ++++++++++++++++++++++++++ 9 files changed, 227 insertions(+), 10 deletions(-) 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