This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from 9eb3f92891f Use tabs to indent in ChangeLog new c7d18d245d9 PR libstdc++/90252 Check TBB version and ability to link wi [...] new 805f3b6dbef PR libstdc++/90770 fix missing src/debug/Makefile new 703b0671a34 Fix incorrect __cpp_lib_parallel_algorithm macro definitions new 46c88ae661b Add __cpp_lib_bind_front macro to <version> header new 024b9de292f Fix incorrect DR numbers in libstdc++ manual new 4cc6d3ad3de Optimize filesystem::path::parent_path() new 60c66de26f9 PR libstdc++/88881 fix filesystem::symlink_status for Windows new 842e46a6352 Remove redundant step in experimental::filesystem::path con [...] new c90dacf6d74 Reduce code instantiated by filesystem::path::_S_convert_loc
The 9 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/ChangeLog | 103 +++++++++++++++++++++ libstdc++-v3/doc/xml/manual/intro.xml | 10 +- libstdc++-v3/include/bits/fs_path.h | 2 +- libstdc++-v3/include/bits/locale_conv.h | 10 +- libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/include/std/algorithm | 2 +- libstdc++-v3/include/std/memory | 2 +- libstdc++-v3/include/std/numeric | 2 +- libstdc++-v3/include/std/version | 1 + libstdc++-v3/src/Makefile.am | 2 +- libstdc++-v3/src/Makefile.in | 2 +- libstdc++-v3/src/c++17/fs_ops.cc | 47 +++++++--- libstdc++-v3/src/c++17/fs_path.cc | 8 +- .../testsuite/25_algorithms/pstl/feature_test.cc | 51 ++++++++++ .../27_io/filesystem/operations/remove_all.cc | 33 +++++++ .../27_io/filesystem/operations/status.cc | 10 ++ .../27_io/filesystem/operations/symlink_status.cc | 10 ++ libstdc++-v3/testsuite/lib/libstdc++.exp | 46 +++++---- 18 files changed, 291 insertions(+), 52 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/pstl/feature_test.cc