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-release-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from da710a35525 ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951 adds a34b8182151 Fix Ada bootstrap on Cygwin64 adds 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 13 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/mingw32.h | 1 + gcc/config/s390/constraints.md | 14 ++- gcc/config/s390/vecintrin.h | 6 +- gcc/config/s390/vx-builtins.md | 58 +++++++--- gcc/testsuite/ChangeLog | 8 ++ .../gcc.target/s390/zvector/vec_load_len_r.c | 94 ++++++++++++++++ .../gcc.target/s390/zvector/vec_store_len_r.c | 94 ++++++++++++++++ libstdc++-v3/ChangeLog | 21 ++++ .../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/faq.html | 26 ++--- libstdc++-v3/doc/html/manual/abi.html | 4 +- libstdc++-v3/doc/xml/faq.xml | 118 ++++++++++----------- libstdc++-v3/doc/xml/manual/abi.xml | 11 +- 22 files changed, 501 insertions(+), 93 deletions(-) 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