This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf88ed5bf20 libstdc++: Fix std::numeric_limits<__float128>::max_digits1 [...] new 5227ec972a5 libstdc++: Implement is_sufficiently_aligned [PR120994] new d147e7a20a1 libstdc++: Implement aligned_accessor from mdspan [PR120994]
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: libstdc++-v3/include/bits/align.h | 17 +++++++ libstdc++-v3/include/bits/version.def | 18 ++++++++ libstdc++-v3/include/bits/version.h | 20 ++++++++ libstdc++-v3/include/std/mdspan | 53 ++++++++++++++++++++++ libstdc++-v3/include/std/memory | 1 + libstdc++-v3/src/c++23/std.cc.in | 12 +++-- .../testsuite/20_util/headers/memory/version.cc | 4 ++ .../testsuite/20_util/is_sufficiently_aligned/1.cc | 31 +++++++++++++ .../23_containers/mdspan/accessors/aligned_neg.cc | 33 ++++++++++++++ .../mdspan/accessors/debug/aligned_access_neg.cc | 23 ++++++++++ .../mdspan/accessors/debug/aligned_offset_neg.cc | 23 ++++++++++ .../23_containers/mdspan/accessors/generic.cc | 31 +++++++++++++ .../testsuite/23_containers/mdspan/version.cc | 8 ++++ 13 files changed, 271 insertions(+), 3 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/is_sufficiently_aligned/1.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/aligned_neg.cc create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/debug/ali [...] create mode 100644 libstdc++-v3/testsuite/23_containers/mdspan/accessors/debug/ali [...]