This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 4c23b534d47 Daily bump. adds 2f17f489de4 PR106342 - IBM zSystems: Provide vsel for all vector modes adds 075683767ab Adjust index number of tuple pretty printer adds af98cb88eb4 libstdc++: Unblock atomic wait on non-futex platforms [PR106183] adds 3e9bd6b2b17 libstdc++: Update value of __cpp_lib_ios_noreplace macro adds 07c7ee4d2d4 libstdc++: Rename data members of std::unexpected and std:: [...] new d86d81a449c Backwards threader greedy search TLC new d8552eaddc4 tree-optimization/106521 - unroll-and-jam LC SSA rewrite
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/config/s390/vector.md | 6 + gcc/config/s390/vx-builtins.md | 12 +- gcc/gimple-loop-jam.cc | 10 +- gcc/testsuite/gcc.dg/torture/pr106521.c | 17 +++ gcc/tree-ssa-threadbackward.cc | 156 ++++++++------------- libstdc++-v3/include/bits/atomic_wait.h | 42 +++--- libstdc++-v3/include/bits/ios_base.h | 2 +- libstdc++-v3/include/std/expected | 32 ++--- libstdc++-v3/include/std/version | 2 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 4 +- .../27_io/basic_ofstream/open/char/noreplace.cc | 4 +- .../27_io/basic_ofstream/open/wchar_t/noreplace.cc | 4 +- 12 files changed, 139 insertions(+), 152 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr106521.c