This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ad3f0ad4baf gfortran.dg/gomp/pr99928-5.f90: Use proper iteration var new f78f25f4386 libstdc++: Add feature test macro for heterogeneous lookup [...] new f6bb145c0bf libstdc++: Optimize std::any_cast by replacing indirect call new ee9548b36a7 libstdc++: Fix value categories used by ranges access CPOs [...]
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: libstdc++-v3/doc/html/manual/status.html | 11 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 16 +- libstdc++-v3/include/bits/hashtable.h | 6 +- libstdc++-v3/include/bits/iterator_concepts.h | 25 ++-- libstdc++-v3/include/bits/ranges_base.h | 165 ++++++++++----------- libstdc++-v3/include/std/any | 26 ++-- libstdc++-v3/include/std/version | 3 +- .../23_containers/unordered_map/operations/1.cc | 7 + .../23_containers/unordered_set/operations/1.cc | 7 + libstdc++-v3/testsuite/std/ranges/access/cdata.cc | 40 +++-- libstdc++-v3/testsuite/std/ranges/access/data.cc | 39 +++-- libstdc++-v3/testsuite/std/ranges/access/empty.cc | 24 ++- libstdc++-v3/testsuite/std/ranges/access/size.cc | 20 ++- 13 files changed, 244 insertions(+), 145 deletions(-)