This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 7b4e6d75b18 libstdc++: Fix testcase for newly-implemented C++20 semanti [...] adds e748216c237 libstdc++: Fix move construction of std::tuple with array e [...] adds 8104d4fff62 libstdc++: Fix test that fails for C++20 adds 0dd0905e2f5 libstdc++: Implement LWG 3490 change to drop_while_view::begin() adds 166bf5e7ba7 libstdc++: Move ranges algos used by <ranges> into ranges_util.h adds 3c2397242a0 libstdc++: Implement LWG 3557 change to convertible_to adds bc6059e257c libstdc++: Implement LWG 3546 changes to common_iterator adds 01e1cadac23 libstdc++: Implement LWG 3553 changes to split_view adds f6c54894752 libstdc++: Implement LWG 3555 changes to transform/elements_view adds 565602a23ac libstdc++: Define split_view::_InnerIter::base as per P2210 adds 58873a56589 libstdc++: Add missing std::move to join_view::iterator cto [...] adds d187dfbd038 libstdc++: Fix up implementation of LWG 3533 [PR101589] adds e22db028743 libstdc++: Add missing std::move to ranges::copy/move/rever [...] adds cec047eaeb3 libstdc++: Skip filesystem tests that depend on permissions [...] adds a1dc688940f libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048] adds f8e37478914 libstdc++: Fix 17_intro/names.cc failures on Solaris adds bf0c732dd53 libstdc++: Add warnings for some C++23 deprecations adds 496f7129460 libstdc++: Reduce output of 'make doc-pdf-doxygen' adds 4407f0d739c libstdc++: Allow lualatex to be used for Doxygen PDF adds 573c2ffd3ca libstdc++: Value-initialize objects held by EBO helpers [PR [...] adds 10c0df1048f libstdc++: fix is_default_constructible for hash containers [...] adds b7e73951fd1 libstdc++: Make Networking TS headers more portable [PR100285] adds 6d51766a558 libstdc++: Fix ip::tcp::resolver test failure on Solaris adds 5f88afa1a21 Daily bump. adds 28f91cc71be Darwin, D: Fix bootstrap when target does not support -Bsta [...] adds cb261f0e8fc libstdc++: Fix various bugs in ranges_algo.h [PR100187, ...] adds b707ac10d5a Add support for 32-bit hppa targets in muldi3 expander adds 8b333df9484 Darwin, X86, config: Adjust 'as' command lines [PR100340]. adds 3eac45a2a13 libstdc++: Add noexcept-specifier to basic_string_view(It, End) adds 9ef31bab15a libstdc++: Fix dangling string_view in filesystem::path [PR102592] adds c706d5c3b82 libstdc++: Rename files with the wrong extensions adds f3c81b3acf4 Daily bump. adds b4c0226e7b9 Fix TARGET_SOFT_FLOAT patterns in pa.md adds 3bf56cdf5ec libstdc++: Fix non-default constructors for hash containers [...] adds 99d21577f8a [PR102627] Use at least natural mode during splitting hard [...] adds 6a936be4adf Daily bump. adds 92a12b93edf Consistently use "rG" constraint for copy instruction in mo [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 35 ++ gcc/DATESTAMP | 2 +- gcc/config.in | 7 + gcc/config/i386/darwin.h | 10 +- gcc/config/pa/pa.md | 193 ++++++-- gcc/configure | 35 ++ gcc/configure.ac | 9 + gcc/d/ChangeLog | 9 + gcc/d/d-spec.cc | 6 + gcc/lra-constraints.c | 5 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/i386/pr102627.c | 41 ++ libstdc++-v3/ChangeLog | 551 +++++++++++++++++++++ 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/fs_path.h | 11 +- libstdc++-v3/include/bits/hashtable.h | 26 +- libstdc++-v3/include/bits/hashtable_policy.h | 6 +- libstdc++-v3/include/bits/iterator_concepts.h | 4 +- libstdc++-v3/include/bits/ranges_algo.h | 253 +--------- libstdc++-v3/include/bits/ranges_algobase.h | 2 +- libstdc++-v3/include/bits/ranges_util.h | 219 ++++++++ libstdc++-v3/include/bits/stl_iterator.h | 5 +- libstdc++-v3/include/experimental/internet | 16 +- libstdc++-v3/include/experimental/socket | 22 +- libstdc++-v3/include/ext/rope | 5 - libstdc++-v3/include/std/concepts | 4 +- libstdc++-v3/include/std/memory_resource | 1 + libstdc++-v3/include/std/ranges | 110 ++-- libstdc++-v3/include/std/string_view | 1 + libstdc++-v3/include/std/tuple | 8 +- libstdc++-v3/scripts/run_doxygen | 75 +-- libstdc++-v3/testsuite/17_intro/names.cc | 6 + .../20_util/allocator/requirements/typedefs.cc | 26 +- .../tuple/comparison_operators/overloaded.cc | 7 +- .../testsuite/20_util/tuple/cons/101960.cc | 11 +- .../basic_string_view/cons/char/range.cc | 18 +- .../unordered_map/allocator/default_init.cc | 1 - .../23_containers/unordered_map/cons/default.cc | 48 ++ .../unordered_set/allocator/default_init.cc | 1 - .../23_containers/unordered_set/cons/default.cc | 47 ++ .../testsuite/25_algorithms/copy/constrained.cc | 13 + .../testsuite/25_algorithms/move/constrained.cc | 13 + .../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 +- .../27_io/filesystem/path/construct/102592.cc | 28 ++ .../28_regex/match_results/{102667.C => 102667.cc} | 0 .../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 +- 70 files changed, 1816 insertions(+), 671 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr102627.c 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 create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/102592.cc rename libstdc++-v3/testsuite/28_regex/match_results/{102667.C => 102667.cc} (100%)