This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 658193658f0 libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663] new 017e3f89b08 libstdc++: Fix overwriting files with fs::copy_file on Windows
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: libstdc++-v3/src/c++17/fs_ops.cc | 71 +++++++----- libstdc++-v3/src/filesystem/ops-common.h | 12 +- libstdc++-v3/src/filesystem/ops.cc | 18 ++- .../testsuite/27_io/filesystem/operations/copy.cc | 9 ++ .../27_io/filesystem/operations/copy_file.cc | 122 +++++++++++++++++++++ 5 files changed, 199 insertions(+), 33 deletions(-)