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-release-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from 173bf488b5e libstdc++: Fix broken link to SGI STL FAQ adds 8b7fb3935ab Daily bump. adds f3e32d19dc5 IBM Z: vec_store_len_r/vec_load_len_r fix adds fa01517b28f Daily bump. adds f0e2dc78922 libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64}-lin [...] adds f714faeee44 libstdc++: Document library versioning for 9.[123] and 10.1 adds efdbd4fbea0 c++: QT overload regression with attribute [PR94946]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 13 +++ gcc/DATESTAMP | 2 +- gcc/config/s390/constraints.md | 14 +++- gcc/config/s390/vecintrin.h | 6 +- gcc/config/s390/vx-builtins.md | 58 ++++++++++--- gcc/cp/ChangeLog | 6 ++ gcc/cp/decl.c | 9 ++- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/ext/attr-parm-1.C | 7 ++ .../gcc.target/s390/zvector/vec_load_len_r.c | 94 ++++++++++++++++++++++ .../gcc.target/s390/zvector/vec_store_len_r.c | 94 ++++++++++++++++++++++ libstdc++-v3/ChangeLog | 16 ++++ .../post/aarch64-linux-gnu/baseline_symbols.txt | 17 ++++ .../abi/post/i386-linux-gnu/baseline_symbols.txt | 17 ++++ .../abi/post/i486-linux-gnu/baseline_symbols.txt | 17 ++++ .../post/powerpc64-linux-gnu/baseline_symbols.txt | 17 ++++ .../abi/post/s390x-linux-gnu/baseline_symbols.txt | 17 ++++ .../post/x86_64-linux-gnu/32/baseline_symbols.txt | 17 ++++ .../abi/post/x86_64-linux-gnu/baseline_symbols.txt | 17 ++++ libstdc++-v3/doc/html/manual/abi.html | 4 +- libstdc++-v3/doc/xml/manual/abi.xml | 11 ++- 21 files changed, 437 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attr-parm-1.C create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_load_len_r.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_store_len_r.c