This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5bee7e24d5 Add missing menu item for JIT Language and ABI new 8c71d18f540 libstdc++: Implement std::layout_left_padded [PR110352].
The 1 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 | 10 + libstdc++-v3/include/bits/version.h | 9 + libstdc++-v3/include/std/mdspan | 658 +++++++++++++++++++- libstdc++-v3/src/c++23/std.cc.in | 8 +- .../mdspan/layouts/class_mandate_neg.cc | 1 + .../23_containers/mdspan/layouts/ctors.cc | 59 +- .../23_containers/mdspan/layouts/empty.cc | 20 +- .../23_containers/mdspan/layouts/mapping.cc | 107 +++- .../23_containers/mdspan/layouts/padded.cc | 673 +++++++++++++++++++++ .../23_containers/mdspan/layouts/padded_neg.cc | 324 ++++++++++ .../23_containers/mdspan/layouts/padded_traits.h | 73 +++ 11 files changed, 1925 insertions(+), 17 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/padded.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/padded_neg.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/padded_traits.h