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 8d6fffc4bcd rs6000: Fix up -D_FORTIFY_SOURCE* with -mabi=ieeelongdouble [...] adds 8cb748a31cd rs6000: Clean up ISA 3.1 documentation [PR100808] adds b28b92bc008 rs6000: More factoring of overload processing adds ebf61754647 libstdc++: Fix filesystem::remove_all races [PR104161] adds da72e0fd20f libstdc++: Remove un-implementable noexcept from Filesystem [...] adds 0d1aabb60ec libstdc++: Allow Clang to use <stdatomic.h> before C++23 adds 6e3419529d4 libstdc++: Fix std::filesystem build failure for Windows new 3c1cbde16e5 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: fixincludes/ChangeLog | 4 + gcc/ChangeLog | 107 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000-c.cc | 304 ++++++++++------------- gcc/doc/extend.texi | 71 +++--- gcc/lto/ChangeLog | 6 + gcc/testsuite/ChangeLog | 48 ++++ libgomp/ChangeLog | 12 + libstdc++-v3/ChangeLog | 78 ++++++ libstdc++-v3/acinclude.m4 | 27 +- libstdc++-v3/config.h.in | 6 + libstdc++-v3/configure | 116 ++++++++- libstdc++-v3/include/bits/fs_dir.h | 8 + libstdc++-v3/include/bits/fs_fwd.h | 4 + libstdc++-v3/include/c_compatibility/stdatomic.h | 2 + libstdc++-v3/include/experimental/bits/fs_ops.h | 8 +- libstdc++-v3/src/c++17/fs_dir.cc | 251 ++++++++++++++++--- libstdc++-v3/src/c++17/fs_ops.cc | 139 ++++------- libstdc++-v3/src/filesystem/dir-common.h | 145 +++++++---- libstdc++-v3/src/filesystem/dir.cc | 77 +++--- libstdc++-v3/src/filesystem/ops.cc | 37 +-- 21 files changed, 1008 insertions(+), 444 deletions(-)