This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0318df0ae63 c++: Fix ICE on complex constant with -frounding-math [PR103114] new 8d2d0a6c439 libstdc++: Make spurious std::random_device FAIL less likely new 3439657b028 libstdc++: Support getentropy and arc4random in std::random_device
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/acinclude.m4 | 46 +++++++++ libstdc++-v3/config.h.in | 6 ++ libstdc++-v3/configure | 103 +++++++++++++++++++++ libstdc++-v3/configure.ac | 4 + libstdc++-v3/src/c++11/random.cc | 69 +++++++++++++- .../26_numerics/random/random_device/cons/token.cc | 3 +- .../26_numerics/random/random_device/entropy.cc | 7 ++ 7 files changed, 235 insertions(+), 3 deletions(-)