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 e22db028743 libstdc++: Add missing std::move to ranges::copy/move/rever [...] new cec047eaeb3 libstdc++: Skip filesystem tests that depend on permissions [...] new a1dc688940f libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048] new f8e37478914 libstdc++: Fix 17_intro/names.cc failures on Solaris new bf0c732dd53 libstdc++: Add warnings for some C++23 deprecations new 496f7129460 libstdc++: Reduce output of 'make doc-pdf-doxygen' new 4407f0d739c libstdc++: Allow lualatex to be used for Doxygen PDF new 573c2ffd3ca libstdc++: Value-initialize objects held by EBO helpers [PR [...] new 10c0df1048f libstdc++: fix is_default_constructible for hash containers [...] new b7e73951fd1 libstdc++: Make Networking TS headers more portable [PR100285] new 6d51766a558 libstdc++: Fix ip::tcp::resolver test failure on Solaris
The 10 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/configure | 84 +++++++++++++++++-- libstdc++-v3/configure.ac | 5 ++ libstdc++-v3/doc/Makefile.am | 33 ++++---- libstdc++-v3/doc/Makefile.in | 33 ++++---- libstdc++-v3/doc/doxygen/user.cfg.in | 2 +- libstdc++-v3/include/bits/allocator.h | 12 ++- libstdc++-v3/include/bits/hashtable.h | 15 +++- libstdc++-v3/include/bits/hashtable_policy.h | 6 +- libstdc++-v3/include/bits/iterator_concepts.h | 4 +- libstdc++-v3/include/experimental/internet | 16 +++- libstdc++-v3/include/experimental/socket | 22 ++++- libstdc++-v3/include/ext/rope | 5 -- libstdc++-v3/include/std/memory_resource | 1 + libstdc++-v3/scripts/run_doxygen | 75 ++++++++++------- libstdc++-v3/testsuite/17_intro/names.cc | 6 ++ .../20_util/allocator/requirements/typedefs.cc | 26 +++++- .../unordered_map/allocator/default_init.cc | 1 - .../23_containers/unordered_map/cons/default.cc | 33 ++++++++ .../unordered_set/allocator/default_init.cc | 1 - .../23_containers/unordered_set/cons/default.cc | 33 ++++++++ .../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 | 7 +- .../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 | 7 +- .../filesystem/operations/temp_directory_path.cc | 3 + .../experimental/net/internet/resolver/base.cc | 6 ++ .../net/internet/resolver/ops/lookup.cc | 20 ++++- .../experimental/net/socket/basic_socket.cc | 6 +- .../experimental/net/socket/socket_base.cc | 12 ++- libstdc++-v3/testsuite/util/testsuite_fs.h | 18 +++- 41 files changed, 550 insertions(+), 286 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/cons/default.cc create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/cons/default.cc