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-arm-stable-defconfig 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 adds 149098b6ab7 Daily bump. adds 328b3b1eb27 PR go/93020 libgo: Hurd portability patches
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 12 +++ gcc/cp/cvt.c | 4 +- gcc/cp/typeck.c | 5 +- gcc/go/gofrontend/MERGE | 2 +- 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 +++++-- libgo/go/internal/poll/errno_unix.go | 2 +- libgo/go/os/export_unix_test.go | 2 +- libgo/go/runtime/os_hurd.go | 2 +- libgo/go/syscall/export_unix_test.go | 2 +- 15 files changed, 204 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/vector39.C