This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 90f7df6194e Handle non default git prefix configurations new 4d86e4cda01 libstdc++: Check prerequisites of layout_*::operator(). new 74ddf1792ae libstdc++: Check prerequisite of extents::extents. new 45b81ebf781 libstdc++: Restructure mdspan tests to reuse IntLike.
The 3 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 | 18 +++++++++++ .../mdspan/extents/class_mandates_neg.cc | 2 ++ .../23_containers/mdspan/extents/custom_integer.cc | 27 +---------------- .../mdspan/extents/extents_mismatch_neg.cc | 35 ++++++++++++++++++++++ .../23_containers/mdspan/extents/int_like.h | 30 +++++++++++++++++++ .../mdspan/layouts/debug/out_of_bounds_neg.cc | 30 +++++++++++++++++++ 6 files changed, 116 insertions(+), 26 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/extents/extents_mis [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/extents/int_like.h create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/layouts/debug/out_o [...]