This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd77033a01c S/390: Use UNSPEC_GET_TP for thread pointer loads new 4a7df0f3b23 Define std::uniform_random_bit_generator concept for C++20 new 54e2e2bb856 PR libstdc++/88338 Implement P0898R3, C++20 concepts library
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 | 13 ++ libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 5 +- libstdc++-v3/include/bits/random.h | 15 ++ .../testsuite/26_numerics/random/concept.cc | 221 +++++++++++++++++++++ .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- .../{23_containers/span/2.cc => std/concepts/1.cc} | 12 +- .../array/creation => std/concepts}/2.cc | 14 +- 8 files changed, 267 insertions(+), 19 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/random/concept.cc copy libstdc++-v3/testsuite/{23_containers/span/2.cc => std/concepts/1.cc} (75%) copy libstdc++-v3/testsuite/{23_containers/array/creation => std/concepts}/2.cc (78%)