This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e47fb6bd059 testsuite: Fix up pr119318.c test for big-endian [PR120082] new d0561362e90 libstdc++: Implement default_accessor from mdspan.
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/std/mdspan | 31 +++++++ libstdc++-v3/src/c++23/std.cc.in | 3 +- .../23_containers/mdspan/accessors/default.cc | 99 ++++++++++++++++++++++ .../23_containers/mdspan/accessors/default_neg.cc | 23 +++++ 4 files changed, 155 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/default.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/default_neg.cc