This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fcf22e1764b tree-ssa-structalias / pta: Fix *more* GNU coding style deviations new df7beaccef3 libstdc++: Refactor mdspan tests [PR121061] new b38382e3641 c++: constexpr array testcase [PR87097] new 1eee8430794 libstdc++: Fix constraint for custom integer types in mdspa [...]
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: gcc/testsuite/g++.dg/cpp0x/constexpr-array29.C | 13 ++ libstdc++-v3/include/std/mdspan | 34 +++-- .../23_containers/mdspan/extents/custom_integer.cc | 117 ++++++++++------ .../23_containers/mdspan/extents/int_like.h | 30 ----- .../testsuite/23_containers/mdspan/int_like.h | 56 ++++++++ .../23_containers/mdspan/layouts/mapping.cc | 113 ++++++++-------- .../23_containers/mdspan/layouts/stride.cc | 21 +-- .../testsuite/23_containers/mdspan/mdspan.cc | 149 ++++++++++++++------- 8 files changed, 322 insertions(+), 211 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array29.C delete mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/extents/int_like.h create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/int_like.h