This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dbfc149b639 aarch64: Model zero-high-half semantics of ADDHN/SUBHN inst [...] new b9e35ee6d64 libstdc++: Revert final/non-addressable changes to ranges CPOs new c25e3bf8797 libstdc++: Use named struct for __decay_copy
The 2 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/iterator_concepts.h | 3 +- libstdc++-v3/include/bits/ranges_base.h | 50 ++++++---------------- .../24_iterators/customization_points/iter_move.cc | 3 ++ .../24_iterators/customization_points/iter_swap.cc | 3 ++ .../concepts.lang/concept.swappable/swap.cc | 4 ++ libstdc++-v3/testsuite/std/ranges/access/begin.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/cbegin.cc | 4 ++ libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 3 ++ libstdc++-v3/testsuite/std/ranges/access/cend.cc | 3 ++ .../testsuite/std/ranges/access/crbegin.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/crend.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/data.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/empty.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/end.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/rbegin.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/rend.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/size.cc | 2 + libstdc++-v3/testsuite/std/ranges/access/ssize.cc | 2 + libstdc++-v3/testsuite/util/testsuite_iterators.h | 16 +++++++ 19 files changed, 70 insertions(+), 39 deletions(-)