This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 662e190cd77 This patch implements the [u]avgM3_floor and [u]avgM3_ceil [...] new 91df033fd77 PR libstdc++/85494 use rdseed and rand_s in std::random_device new 913f5ef930a Avoid -Wunused-parameter warnings from testsuite utility
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 | 45 +++ libstdc++-v3/acinclude.m4 | 20 ++ libstdc++-v3/config.h.in | 3 + libstdc++-v3/config/os/mingw32-w64/os_defines.h | 2 + libstdc++-v3/configure | 41 +++ libstdc++-v3/configure.ac | 2 + .../doc/html/manual/appendix_contributing.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 42 ++- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 66 ++++- libstdc++-v3/include/bits/random.h | 23 +- libstdc++-v3/src/c++11/random.cc | 301 +++++++++++++++++---- .../random/random_device/85494.cc} | 20 +- libstdc++-v3/testsuite/util/testsuite_api.h | 9 +- 13 files changed, 465 insertions(+), 111 deletions(-) copy libstdc++-v3/testsuite/{20_util/variant/89851.cc => 26_numerics/random/random [...]