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-aarch64 in repository toolchain/ci/gcc.
from 3397563ad6c xtensa: Fix instruction counting regarding block move expansion adds 6f56efa94e8 c++: improve -Waddress warnings with *_cast [PR105569] adds ae3ea143ef4 libstdc++: Move std::iostream_category() definition to new file adds 11e1ee1b38f libstdc++: Fix atomic and error_code printers for versioned [...] adds 367740bf6d3 libstdc++: Fix narrowing conversions for 16-bit size_t [PR105681] new b2cb88fb45a Daily bump.
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 | 22 ++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 19 ++ gcc/cp/typeck.cc | 12 +- gcc/testsuite/ChangeLog | 12 + gcc/testsuite/g++.dg/warn/Waddress-9.C | 31 +++ libstdc++-v3/ChangeLog | 292 +++++++++++++++++++++ .../resize_policy/hash_prime_size_policy_imp.hpp | 18 +- libstdc++-v3/include/ext/random | 2 + libstdc++-v3/python/libstdcxx/v6/printers.py | 15 +- libstdc++-v3/src/c++11/Makefile.am | 1 + libstdc++-v3/src/c++11/Makefile.in | 8 +- libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 47 ---- libstdc++-v3/src/c++11/ios_errcat.cc | 84 ++++++ .../testsuite/27_io/ios_base/failure/error_code.cc | 13 + 15 files changed, 519 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Waddress-9.C create mode 100644 libstdc++-v3/src/c++11/ios_errcat.cc