This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49c4b732837 Revert "c++: Non-inline temploid friends should still be CO [...] new ead579d3c52 libstdc++: Implement submdspan and submdspan_mapping for la [...] new c1c5ada671d libstdc++: Implement submdspan_mapping for layout_right. [P [...]
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 | 599 +++++++++++++++++++-- libstdc++-v3/src/c++23/std.cc.in | 2 +- .../23_containers/mdspan/submdspan/generic.cc | 71 +++ .../mdspan/submdspan/selections/left.cc | 9 + .../mdspan/submdspan/selections/right.cc | 9 + .../mdspan/submdspan/selections/testcases.h | 360 +++++++++++++ .../mdspan/submdspan/submdspan_mapping.cc | 142 +++++ .../mdspan/submdspan/submdspan_neg.cc | 113 ++++ 8 files changed, 1247 insertions(+), 58 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/generic.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/selection [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/selection [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/selection [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/submdspan_neg.cc