This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from e0f06a60968 Daily bump.
new 7caac4e650f Revert "libstdc++: Horrible macro hacks to allow building on avr"
new e3af6b10673 libstdc++: Add utility for creating std::error_code from OS errors
new 6ae7641a3e3 libstdc++: Avoid unconditional use of errc::not_supported [ [...]
new f8d45f488c0 libstdc++: Fix typos in std::filesystem code
new e20b1c711f7 libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]
new 5e6ce4031ce libstdc++: Fix filesystem::remove_all races [PR104161]
new fee2458097e libstdc++: Fix std::filesystem build failure for Windows
new e742c6baa92 libstdc++: Fix filesystem::remove_all for Windows [PR104161]
new 8d552ceae82 libstdc++: Simplify resource management in directory iterators
new 9e9a7d83d33 libstdc++: Fix directory iterator build for newlib
new 4d51fd9be40 libstdc++: check for openat
new b0ad298471a libstdc++: check for openat with dirfd in std::filesystem
new 89ab38bfc81 libstdc++: Do not optimize away storing pathname if it's needed
new fc36378d8a1 libstdc++: Use ENOSYS for unsupported filesystem ops on AVR
new 100da27689c libstdc++: Fix formatting in std::filesystem helper function
new 6152b026f6c libstdc++: Use close-on-exec for file descriptors in filesy [...]
new d6940714919 libstdc++: Make std::filesystem::copy_file work for procfs [...]
new 9eed5712110 libstdc++: Add more tests for filesystem directory iterators
new d1c6fd370f4 libstdc++: Fix testsuite failures with -O0
The 19 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 | 49 ++++
libstdc++-v3/config.h.in | 12 +
libstdc++-v3/configure | 222 +++++++++++++++++
libstdc++-v3/include/bits/fs_dir.h | 8 +
libstdc++-v3/include/bits/fs_fwd.h | 4 +
libstdc++-v3/src/c++17/fs_dir.cc | 264 ++++++++++++++++++---
libstdc++-v3/src/c++17/fs_ops.cc | 211 ++++++++--------
libstdc++-v3/src/filesystem/dir-common.h | 125 ++++++++--
libstdc++-v3/src/filesystem/dir.cc | 80 ++++---
libstdc++-v3/src/filesystem/ops-common.h | 139 +++++++----
libstdc++-v3/src/filesystem/ops.cc | 75 ++----
.../19_diagnostics/system_error/cons-1.cc | 6 +-
.../integer_comparisons/greater_equal_neg.cc | 2 +-
.../20_util/integer_comparisons/greater_neg.cc | 2 +-
.../20_util/integer_comparisons/less_equal_neg.cc | 2 +-
.../filesystem/iterators/97731.cc | 9 +-
.../iterators/recursive_directory_iterator.cc | 19 ++
.../filesystem/operations/copy_file_108178.cc | 33 +++
.../iterators/recursive_directory_iterator.cc | 21 +-
libstdc++-v3/testsuite/lib/prune.exp | 1 +
20 files changed, 976 insertions(+), 308 deletions(-)
copy libstdc++-v3/testsuite/{experimental => 27_io}/filesystem/iterators/97731.cc (81%)
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/operations/copy_file_108178.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.