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 cd02f15f1ae xtensa: Improve constant synthesis for both integer and flo [...] adds cbd842717ec Daily bump. adds 494bec02500 PR96463: Optimise svld1rq from vectors for little endian AA [...] new ff500e1cf16 gcc: xtensa: fix pr95571 test for call0 ABI
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 | 50 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-sve-builtins-base.cc | 59 ++++++++++++++ gcc/config/aarch64/aarch64.cc | 95 ++++++++++++++++------ gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/g++.target/xtensa/pr95571.C | 6 ++ .../aarch64/sve/acle/general/pr96463-1.c | 29 +++++++ .../aarch64/sve/acle/general/pr96463-2.c | 29 +++++++ gcc/tree-cfg.cc | 40 ++++++--- 9 files changed, 275 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr96463-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr96463-2.c