This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8c71d18f540 libstdc++: Implement std::layout_left_padded [PR110352]. new bfd41adc617 libstdc++: Implement std::layout_right_padded [PR110352]. new 6b999bf4009 Do not expect 8 byte vectorization with ia32
The 2 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/gcc.target/i386/pr119919.c | 3 +- libstdc++-v3/include/std/mdspan | 248 +++++++++++++++++++++ libstdc++-v3/src/c++23/std.cc.in | 5 +- .../23_containers/mdspan/layouts/ctors.cc | 1 + .../23_containers/mdspan/layouts/empty.cc | 1 + .../23_containers/mdspan/layouts/mapping.cc | 6 +- .../23_containers/mdspan/layouts/padded.cc | 4 + .../23_containers/mdspan/layouts/padded_neg.cc | 28 +++ .../23_containers/mdspan/layouts/padded_traits.h | 84 ++++++- 9 files changed, 371 insertions(+), 9 deletions(-)