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-master-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from ca4a1f18df0 Daily bump. adds 84489f1a69d [C++] Fix ICE for binding lax vector conversions to referen [...] adds 29c4171e2d3 [C++] Make same_type_p return false for gnu_vector_type_p d [...] adds f8f558f90d9 Restrict 'c-c++-common/goacc/mdc-1.c' to LP64, LLP64 new 149098b6ab7 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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 12 +++ gcc/cp/cvt.c | 4 +- gcc/cp/typeck.c | 5 +- gcc/testsuite/ChangeLog | 19 +++++ gcc/testsuite/c-c++-common/goacc/mdc-1.c | 3 +- gcc/testsuite/g++.dg/ext/sve-sizeless-2.C | 44 +++++----- gcc/testsuite/g++.dg/ext/vector39.C | 96 ++++++++++++++++++++++ .../aarch64/sve/acle/general-c++/gnu_vectors_1.C | 28 +++++-- .../aarch64/sve/acle/general-c++/gnu_vectors_2.C | 28 +++++-- 10 files changed, 199 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/vector39.C