This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f91aa3e6cb8 vect: Fix offset calculation for -ve strides [PR93767] new 247f410b837 libstdc++: Remove std::span::cbegin and std::span::cend (LWG 3320) new 66ae31eb308 libstdc++: span's deduction-guide for built-in arrays doesn [...] new 5f031f9747f libstdc++: midpoint should not constrain T is complete (LWG 3200) new bb54e0b8794 libstdc++: Add __cpp_lib_unwrap_ref feature test macro new e89100ef2ef libstdc++: make polymorphic_allocator throw consistent type [...]
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/ChangeLog | 41 ++++++++++++++++++++++ libstdc++-v3/include/std/memory_resource | 4 +-- libstdc++-v3/include/std/numeric | 4 +-- libstdc++-v3/include/std/span | 24 ++----------- libstdc++-v3/include/std/type_traits | 2 ++ libstdc++-v3/include/std/version | 1 + .../polymorphic_allocator/lwg3237.cc} | 26 +++++++++++--- .../specialized_algorithms/destroy/constrained.cc | 4 +-- .../uninitialized_copy/constrained.cc | 18 +++++----- .../uninitialized_default_construct/constrained.cc | 8 ++--- .../uninitialized_fill/constrained.cc | 8 ++--- .../uninitialized_move/constrained.cc | 18 +++++----- .../uninitialized_value_construct/constrained.cc | 8 ++--- .../testsuite/20_util/unwrap_reference/1.cc | 6 ++++ .../deprecated-2a.cc => unwrap_reference/3.cc} | 15 ++++---- .../testsuite/23_containers/span/deduction.cc | 2 +- .../testsuite/23_containers/span/everything.cc | 15 ++++---- .../testsuite/23_containers/span/lwg3255.cc | 4 +++ .../testsuite/26_numerics/midpoint/pointer.cc | 2 -- .../midpoint/pointer_neg.cc} | 13 +++---- 20 files changed, 138 insertions(+), 85 deletions(-) copy libstdc++-v3/testsuite/{29_atomics/atomic_float/value_init.cc => 20_util/poly [...] copy libstdc++-v3/testsuite/20_util/{is_pod/deprecated-2a.cc => unwrap_reference/3 [...] copy libstdc++-v3/testsuite/{20_util/is_pod/deprecated-2a.cc => 26_numerics/midpoi [...]