This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4179ec10794 libstdc++: Make "nonexistent" paths less predictable in fil [...] new 1dfd95f0a0c libstdc++: Fix filesystem::rename on Windows [PR 98985] new b7210405ed8 libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881]
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: libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/intro.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 35 +++- libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 26 ++- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 15 +- libstdc++-v3/src/c++17/fs_ops.cc | 32 +++- libstdc++-v3/src/filesystem/ops-common.h | 11 +- .../27_io/filesystem/operations/rename.cc | 181 +++++++++++++++++++++ .../experimental/filesystem/operations/rename.cc | 180 ++++++++++++++++++++ 10 files changed, 474 insertions(+), 12 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/operations/rename.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/operations/rename.cc