This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72264a63972 <x86gprintrin.h>: Add pragma GCC target("general-regs-only") new 7b1de3eb9ed libstdc++: Move attributes that follow requires-clauses [PR101782] new 03d47da7e1e testsuite: Fix warning introduced by nodiscard in libstdc++ new 8dec72aeb54 libstdc++: Add [[nodiscard]] to <compare>
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/testsuite/g++.old-deja/g++.other/inline7.C | 2 +- libstdc++-v3/include/bits/ranges_base.h | 16 +++---- libstdc++-v3/include/bits/stl_iterator.h | 10 ++-- libstdc++-v3/include/std/ranges | 28 ++++++------ libstdc++-v3/libsupc++/compare | 53 ++++++++++++++++++++++ .../18_support/comparisons/categories/zero_neg.cc | 2 +- libstdc++-v3/testsuite/std/ranges/access/101782.cc | 9 ++++ 7 files changed, 91 insertions(+), 29 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/access/101782.cc