This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 139bafaaba0 libstdc++: Fix various bugs in ranges_algo.h [PR100187, ...] new fb8c9d6d72f libstdc++: Fix some problems in PSTL tests new e7274af4579 libstdc++: Implement LWG 3422 for std::seed_seq new 5a52706efa7 libstdc++: Clear up directories created by tests new 4be4888d6bd libstdc++: Skip filesystem tests that depend on permissions [...] new 5a25cb046dd libstdc++: Ensure test is compiled as C++17
The 5 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/include/bits/random.h | 2 +- libstdc++-v3/include/bits/random.tcc | 2 +- .../requirements/trivially_copyable.cc | 1 + .../pstl/alg_nonmodifying/find_end.cc | 8 +- .../pstl/alg_nonmodifying/search_n.cc | 2 +- .../26_numerics/random/seed_seq/cons/default.cc | 4 +- .../26_numerics/random/seed_seq/cons/initlist.cc | 7 ++ .../filesystem/iterators/directory_iterator.cc | 36 ++++---- .../iterators/recursive_directory_iterator.cc | 97 ++++++++++----------- .../27_io/filesystem/operations/exists.cc | 6 +- .../27_io/filesystem/operations/is_empty.cc | 6 +- .../27_io/filesystem/operations/remove.cc | 21 +++-- .../27_io/filesystem/operations/remove_all.cc | 9 +- .../27_io/filesystem/operations/status.cc | 6 +- .../27_io/filesystem/operations/symlink_status.cc | 3 + .../filesystem/operations/temp_directory_path.cc | 6 +- .../filesystem/iterators/directory_iterator.cc | 32 +++---- .../iterators/recursive_directory_iterator.cc | 98 +++++++++++----------- .../experimental/filesystem/operations/exists.cc | 6 +- .../experimental/filesystem/operations/is_empty.cc | 6 +- .../experimental/filesystem/operations/remove.cc | 21 +++-- .../filesystem/operations/remove_all.cc | 9 +- .../filesystem/operations/temp_directory_path.cc | 3 + libstdc++-v3/testsuite/util/pstl/test_utils.h | 10 +-- libstdc++-v3/testsuite/util/testsuite_fs.h | 18 +++- 25 files changed, 224 insertions(+), 195 deletions(-)