This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-defconfig in repository toolchain/ci/gcc.
from 0692bc0ca7f Add Changelog entries to relavent Changelog files for my la [...] adds e28336b5955 Daily bump. adds 65709f4b93c re PR target/90724 (ICE with __sync_bool_compare_and_swap w [...] adds 2d8ea3a0a60 Fix SLP downward group access classification [PR92420] adds 84a46517176 Don't pass booleans as mask types to simd clones [PR92710] adds e129cd5283c predcom: Fix invalid store-store commoning [PR93434] new 56013948123 [fortran] ICE in gfc_validate_kind(): Got bad kind [PR93580]
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 | 38 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 3 + gcc/fortran/ChangeLog | 12 +++ gcc/fortran/primary.c | 24 ++++- gcc/testsuite/ChangeLog | 23 +++++ gcc/testsuite/gcc.c-torture/execute/pr93434.c | 36 ++++++++ gcc/testsuite/gcc.dg/vect/pr92420.c | 48 ++++++++++ gcc/testsuite/gcc.dg/vect/pr92710.c | 12 +++ gcc/testsuite/gfortran.dg/pr93580.f90 | 13 +++ gcc/tree-predcom.c | 24 ++++- gcc/tree-vect-stmts.c | 121 +++++++++++++++----------- 12 files changed, 299 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr93434.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr92420.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr92710.c create mode 100644 gcc/testsuite/gfortran.dg/pr93580.f90