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/release-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 9c3a4753acf Daily bump. adds b18391e701d Daily bump. adds c94755c7734 Fortran - simplify length of substring with constant bounds adds 71013e5fb84 Fortran - extend set of substring expressions handled in le [...] adds 54cbe8523e9 Daily bump. adds 3f29e301f29 middle-end/101824 - properly handle volatiles in nested fn [...] adds 7f584a30909 tree-optimization/101925 - fix VN with reverse storage order adds 57f6800aefd tree-optimization/102046 - fix SLP build from scalars with [...] adds a6e280558a8 Daily bump. adds 9f300873f6b c++: Fix up constexpr evaluation of deleting dtors [PR100495] new dcb2873cd32 gcc: xtensa: fix PR target/102115
The 1 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/ChangeLog | 32 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/xtensa/xtensa.c | 3 +- gcc/cp/constexpr.c | 4 +- gcc/fortran/ChangeLog | 19 +++++ gcc/fortran/simplify.c | 46 +++++++++++- gcc/testsuite/ChangeLog | 40 +++++++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-new21.C | 17 +++++ gcc/testsuite/gcc.dg/sso-16.c | 100 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr101824.c | 19 +++++ gcc/testsuite/gcc.dg/vect/pr102046.c | 19 +++++ gcc/testsuite/gfortran.dg/pr100950.f90 | 65 +++++++++++++++++ gcc/tree-nested.c | 1 + gcc/tree-ssa-sccvn.c | 33 ++++++++- gcc/tree-vect-slp.c | 4 ++ 15 files changed, 398 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new21.C create mode 100644 gcc/testsuite/gcc.dg/sso-16.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr101824.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr102046.c create mode 100644 gcc/testsuite/gfortran.dg/pr100950.f90