This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c291bde4205 PR modula2/119650: Regenerate target independent documentation new 86104c51bbf libstdc++: Improve naming, whitespace and silence warnings [...] new 71493a47314 libstdc++: Implement layout_left from mdspan. new 8a8672c957e libstdc++: Add tests for layout_left. new f40f96bcf25 libstdc++: Implement layout_right from mdspan.
The 4 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 | 478 ++++++++++++++++++++- libstdc++-v3/src/c++23/std.cc.in | 2 + .../23_containers/mdspan/extents/ctor_default.cc | 2 +- .../mdspan/layouts/class_mandate_neg.cc | 36 ++ .../23_containers/mdspan/layouts/ctors.cc | 278 ++++++++++++ .../23_containers/mdspan/layouts/empty.cc | 112 +++++ .../23_containers/mdspan/layouts/mapping.cc | 437 +++++++++++++++++++ 7 files changed, 1331 insertions(+), 14 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/class_manda [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/ctors.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/empty.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/mapping.cc