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_O3 in repository toolchain/ci/gcc.
from 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 [...] new ead235f6013 Daily bump.
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 | 288 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 16 ++ gcc/c-family/ChangeLog | 11 + gcc/config/aarch64/arm_neon.h | 206 ++++----------- gcc/cp/ChangeLog | 16 ++ gcc/expmed.c | 5 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/check.c | 3 +- gcc/gimple-array-bounds.h | 4 +- gcc/testsuite/ChangeLog | 82 ++++++ gcc/testsuite/gcc.c-torture/compile/pr101562.c | 21 ++ .../aarch64/vector_structure_intrinsics.c | 39 ++- gcc/testsuite/gfortran.dg/pr101536.f90 | 33 +++ libstdc++-v3/ChangeLog | 9 + 15 files changed, 584 insertions(+), 157 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr101562.c create mode 100644 gcc/testsuite/gfortran.dg/pr101536.f90