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-mainline-allnoconfig in repository toolchain/ci/gcc.
from a33fc705a83 Daily bump. adds 6f48762bb41 Daily bump. adds 28d68fde773 Add unsigned type iv_cand for iv_use with non mode-precision type adds 92ee7d437a9 PR94613: Fix vec_sel builtin for IBM Z adds 2aed24d9098 S/390: Fix PR94666 adds 677859736f0 Add missing changelog entries adds da710a35525 ICE in gfc_get_dataptr_offset, at fortran/trans-array.c:6951 new a34b8182151 Fix Ada bootstrap on Cygwin64 new 173bf488b5e libstdc++: Fix broken link to SGI STL FAQ
The 2 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 | 31 ++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/mingw32.h | 1 + gcc/config/s390/s390-builtin-types.def | 3 + gcc/config/s390/s390-builtins.def | 65 ++++--- gcc/config/s390/vector.md | 10 +- gcc/config/s390/vx-builtins.md | 27 ++- gcc/fortran/ChangeLog | 11 ++ gcc/fortran/resolve.c | 33 +++- gcc/fortran/trans-array.c | 18 ++ gcc/testsuite/ChangeLog | 32 ++++ gcc/testsuite/g++.dg/pr93674.C | 16 ++ gcc/testsuite/g++.dg/pr94666.C | 20 ++ gcc/testsuite/gcc.target/s390/zvector/pr94613.c | 38 ++++ gcc/testsuite/gcc.target/s390/zvector/vec_sel-1.c | 211 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/inquiry_type_ref_6.f90 | 24 +++ gcc/tree-ssa-loop-ivopts.c | 18 +- libstdc++-v3/ChangeLog | 5 + libstdc++-v3/doc/html/faq.html | 26 +-- libstdc++-v3/doc/xml/faq.xml | 118 ++++++------ 21 files changed, 591 insertions(+), 123 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr93674.C create mode 100644 gcc/testsuite/g++.dg/pr94666.C create mode 100644 gcc/testsuite/gcc.target/s390/zvector/pr94613.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec_sel-1.c create mode 100644 gcc/testsuite/gfortran.dg/inquiry_type_ref_6.f90