This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c386f9ffbfb Revert "aarch64: Use EOR3 for DImode values" new 57b9afc9dad libstdc++: Ensure std::hash<__int128> is defined [PR96710] new 59f63280343 libstdc++: Ensure std::make_unsigned<Enum> works for 128-bit enum new aeeeeef3968 libstdc++: Make all experimental::observer_ptr functions constexpr new a63b663c7bf libstdc++: Ensure that ranges::destroy destroys in constexp [...]
The 4 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/functional_hash.h | 9 +++ libstdc++-v3/include/bits/ranges_uninitialized.h | 26 ++++---- libstdc++-v3/include/experimental/memory | 22 +++---- libstdc++-v3/include/std/type_traits | 7 +- libstdc++-v3/testsuite/20_util/hash/int128.cc | 20 ++++++ .../testsuite/20_util/make_unsigned/int128.cc | 14 ++++ .../specialized_algorithms/destroy/121024.cc | 77 ++++++++++++++++++++++ .../memory/observer_ptr/make_observer.cc | 11 +++- .../memory/observer_ptr/relops/relops.cc | 28 ++++---- .../experimental/memory/observer_ptr/swap/swap.cc | 20 ++++-- 10 files changed, 188 insertions(+), 46 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/hash/int128.cc create mode 100644 libstdc++-v3/testsuite/20_util/make_unsigned/int128.cc create mode 100644 libstdc++-v3/testsuite/20_util/specialized_algorithms/destroy/1 [...]