This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 24a1085072b RISC-V: Remove unused placeholder_p parameter from add_function new f6f9aec0c6a libstdc++: Implement submdspan_canonicalize_slices. [PR110352] new c915bfc0f7d libstdc++: Implement submdspan_extents. [PR110352]
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/std/mdspan | 294 ++++++++++++++++++++- libstdc++-v3/src/c++23/std.cc.in | 6 +- .../testsuite/23_containers/mdspan/int_like.h | 9 + .../submdspan/submdspan_canonicalize_slices.cc | 220 +++++++++++++++ .../submdspan/submdspan_canonicalize_slices_neg.cc | 208 +++++++++++++++ .../mdspan/submdspan/submdspan_extents.cc | 169 ++++++++++++ .../mdspan/submdspan/submdspan_extents_neg.cc | 48 ++++ 7 files changed, 949 insertions(+), 5 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...]