This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6693911f069 SRA: Also propagate accesses from LHS to RHS [PR92706] new 5cd2e126f5c libstdc++: Make tests for std::ranges access functions more robust new 83b0201035c libstdc++: Make std::compare_three_way check if <=> is vali [...]
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 | 16 +++++ libstdc++-v3/libsupc++/compare | 4 +- .../comparisons/object/93479.cc} | 30 ++++++-- libstdc++-v3/testsuite/std/ranges/access/end.cc | 12 +++- libstdc++-v3/testsuite/std/ranges/access/rbegin.cc | 28 +++++++- libstdc++-v3/testsuite/std/ranges/access/rend.cc | 83 ++++++++++++++-------- libstdc++-v3/testsuite/std/ranges/range.cc | 2 +- libstdc++-v3/testsuite/util/testsuite_iterators.h | 10 ++- 8 files changed, 143 insertions(+), 42 deletions(-) copy libstdc++-v3/testsuite/{20_util/is_pod/deprecated-2a.cc => 18_support/compari [...]