This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/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 new ebf61754647 libstdc++: Fix filesystem::remove_all races [PR104161] new da72e0fd20f libstdc++: Remove un-implementable noexcept from Filesystem [...] new 0d1aabb60ec libstdc++: Allow Clang to use <stdatomic.h> before C++23 new 6e3419529d4 libstdc++: Fix std::filesystem build failure for Windows
The 4 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/rs6000/rs6000-c.cc | 304 ++++++++++------------- gcc/doc/extend.texi | 71 +++--- 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 +-- 14 files changed, 752 insertions(+), 443 deletions(-)