This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 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
The 3 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: 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 +--- 12 files changed, 582 insertions(+), 238 deletions(-)