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-lts-defconfig in repository toolchain/ci/gcc.
from 677859736f0 Add missing changelog entries adds 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. new f3e32d19dc5 IBM Z: vec_store_len_r/vec_load_len_r fix
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/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/fortran/ChangeLog | 11 ++ gcc/fortran/resolve.c | 33 +++++- gcc/fortran/trans-array.c | 18 ++++ gcc/testsuite/ChangeLog | 16 +++ .../gcc.target/s390/zvector/vec_load_len_r.c | 94 ++++++++++++++++ .../gcc.target/s390/zvector/vec_store_len_r.c | 94 ++++++++++++++++ gcc/testsuite/gfortran.dg/inquiry_type_ref_6.f90 | 24 +++++ libstdc++-v3/ChangeLog | 5 + libstdc++-v3/doc/html/faq.html | 26 ++--- libstdc++-v3/doc/xml/faq.xml | 118 ++++++++++----------- 17 files changed, 448 insertions(+), 90 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 create mode 100644 gcc/testsuite/gfortran.dg/inquiry_type_ref_6.f90