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-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from d998a89f9c5 Daily bump. adds 0f1cf13ecee middle-end/94479 - fix gimplification of address adds baf3a5a9424 Fix target/94557 PowerPC regression on GCC 9 (variable vec_ [...] adds 3c5d3cc15a5 Daily bump. new a809efd70d1 Fix PR94043 by making vect_live_op generate lc-phi new 7bce1c72444 Fix PR94443 with gsi_insert_seq_before [PR94443]
The 2 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 | 35 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.c | 13 ++++-- gcc/gimplify.c | 4 +- gcc/testsuite/ChangeLog | 24 +++++++++++ gcc/testsuite/gcc.dg/torture/pr94479.c | 12 ++++++ gcc/testsuite/gcc.dg/vect/pr94443.c | 13 ++++++ .../gfortran.dg/graphite/vect-pr94043.f90 | 18 ++++++++ gcc/tree-vect-loop.c | 50 +++++++++++++++++++--- 9 files changed, 160 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr94479.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr94443.c create mode 100644 gcc/testsuite/gfortran.dg/graphite/vect-pr94043.f90