This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 1711b045829 aarch64: Use memcpy to copy vector tables in vst1[q]_x4 intrinsics adds 3ea62a2b2ed libstdc++: Reduce headers included by <future> adds 085666673db x86: Don't return hard register when LRA is in progress adds ccf6e2c21be aarch64: Use memcpy to copy vector tables in vst1[q]_x3 intrinsics adds 50752b751ff aarch64: Use memcpy to copy vector tables in vst1[q]_x2 intrinsics adds 435f90187eb Use range_query object in array bounds class. adds 8408d34570c expmed: Fix store_integral_bit_field [PR101562] adds e314cfc371d Fortran: extend check for array arguments and reject CLASS [...]
No new revisions were added by this update.
Summary of changes: gcc/config/aarch64/arm_neon.h | 206 ++++++--------------- gcc/config/i386/i386.c | 2 +- gcc/expmed.c | 5 +- gcc/fortran/check.c | 3 +- gcc/gimple-array-bounds.h | 4 +- gcc/testsuite/gcc.c-torture/compile/pr101562.c | 21 +++ .../aarch64/vector_structure_intrinsics.c | 39 +++- gcc/testsuite/gcc.target/i386/pr101504.c | 23 +++ gcc/testsuite/gfortran.dg/pr101536.f90 | 33 ++++ libstdc++-v3/include/std/future | 3 +- 10 files changed, 181 insertions(+), 158 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr101562.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101504.c create mode 100644 gcc/testsuite/gfortran.dg/pr101536.f90