This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b999bf4009 Do not expect 8 byte vectorization with ia32 new 5733ecea079 libstdc++: Improve and cleanup mdspan related code. new 61061664e89 libstdc++: Implement strided_slice from <mdspan>. [PR110352] new 15498d5f963 libstdc++: Implement full_extent_t. [PR110352]
The 3 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/version.def | 9 +++ libstdc++-v3/include/bits/version.h | 9 +++ libstdc++-v3/include/std/mdspan | 70 +++++++++++++++++----- libstdc++-v3/src/c++23/std.cc.in | 6 +- .../testsuite/23_containers/mdspan/int_like.h | 12 ++-- .../mdspan/submdspan/strided_slice.cc | 46 ++++++++++++++ .../mdspan/submdspan/strided_slice_neg.cc | 19 ++++++ 7 files changed, 147 insertions(+), 24 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/strided_slice.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/strided_s [...]