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-arm-bootstrap_ubsan 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 adds 0c6a3e049a4 rs6000: re-enable web and rnreg with -funroll-loops adds 675d15755fb Daily bump. adds d5dcc0eb2ca Define HAVE_ for math long double functions declared in vxw [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 5 + gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.c | 15 +- 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 +- libstdc++-v3/ChangeLog | 7 + libstdc++-v3/configure | 1104 ++++++++++++++++++++ libstdc++-v3/crossconfig.m4 | 62 ++ 20 files changed, 1393 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/vector39.C