This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea75357d396 [testsuite] Fix wrong order of dg-additional-options new e62b4a5f321 Fix handling of arrays in range access customization points new 3308888c01d Remove PR 92268 workaround and fix new test failures
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/ChangeLog | 18 +++ libstdc++-v3/include/bits/range_access.h | 133 ++++++++++++--------- libstdc++-v3/testsuite/std/ranges/access/begin.cc | 5 + libstdc++-v3/testsuite/std/ranges/access/cend.cc | 11 +- libstdc++-v3/testsuite/std/ranges/access/end.cc | 20 ++-- .../ranges/access/end_neg.cc} | 29 ++--- libstdc++-v3/testsuite/std/ranges/access/size.cc | 8 +- .../first_neg.cc => std/ranges/access/size_neg.cc} | 10 +- 8 files changed, 142 insertions(+), 92 deletions(-) copy libstdc++-v3/testsuite/{23_containers/span/subspan_neg.cc => std/ranges/acces [...] copy libstdc++-v3/testsuite/{23_containers/span/first_neg.cc => std/ranges/access/ [...]