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_lto in repository toolchain/ci/gcc.
from 4943b75e9f0 Update semantic_interposition flag at analysis time adds 3d41408c5d2 analyzer: fix folding of regions involving unknown ptrs [PR103892] adds 71cac7de8f1 Daily bump. adds 54c5e064cc3 Fortran: fix checking of coshape specification in ALLOCATE [...]
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/cp/ChangeLog | 19 ++++++ gcc/fortran/array.cc | 7 +++ gcc/fortran/resolve.cc | 11 ++-- gcc/testsuite/ChangeLog | 39 ++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr103892.c | 75 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr96841.c | 2 +- gcc/testsuite/gfortran.dg/coarray_44.f90 | 2 + gcc/testsuite/gfortran.dg/coarray_allocate_11.f90 | 6 +- gcc/testsuite/gfortran.dg/coarray_allocate_12.f90 | 19 ++++++ 15 files changed, 242 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr103892.c create mode 100644 gcc/testsuite/gfortran.dg/coarray_allocate_12.f90