This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0fcb1bd46a4 RISC-V: Add test for vec_duplicate + vmslt.vv combine with [...] new 558ab7b6389 libstdc++: Implement submdspan_mapping for layout_left_padd [...] new f5d72af36d4 libstdc++: Implement submdspan_mapping for layout_right_pad [...] new cd4d3a14b23 c: ICE in gimplify_expr when counted_by for pointer is adde [...]
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/c/c-typeck.cc | 2 +- gcc/testsuite/gcc.dg/pointer-counted-by-pr122982.c | 19 +++ libstdc++-v3/include/std/mdspan | 102 +++++++++++- .../testsuite/23_containers/mdspan/layout_traits.h | 4 + .../mdspan/submdspan/selections/left_padded.cc | 12 ++ .../mdspan/submdspan/selections/right_padded.cc | 12 ++ .../mdspan/submdspan/submdspan_mapping.cc | 183 ++++++++++++++++++--- 7 files changed, 308 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pointer-counted-by-pr122982.c create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/selection [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/submdspan/selection [...]