This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c504ab2de5a a68: fix handling of flex modes in complete_encoded_mode [P [...] new 53893d44f3f libstdc++: Adjust tests to work for -D_GLIBCXX_USE_OLD_GENE [...] new a9eb2f24b01 libstdc++: Use -fexcess-precision=standard for std::generat [...] new 12084561db6 libstdc++: Implement std::philox_engine for targets without [...]
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/include/bits/random.h | 516 +++++++++++++++++---- libstdc++-v3/include/bits/random.tcc | 39 +- libstdc++-v3/include/bits/version.def | 1 - libstdc++-v3/include/bits/version.h | 2 +- .../testsuite/26_numerics/random/philox4x32.cc | 1 - .../testsuite/26_numerics/random/philox4x64.cc | 1 - .../26_numerics/random/philox_engine/cons/copy.cc | 1 - .../random/philox_engine/cons/default.cc | 1 - .../26_numerics/random/philox_engine/cons/seed.cc | 1 - .../random/philox_engine/operators/equal.cc | 1 - .../random/philox_engine/operators/serialize.cc | 1 - .../random/philox_engine/requirements/constants.cc | 1 - .../random/philox_engine/requirements/typedefs.cc | 1 - .../uniform_real_distribution/operators/64351.cc | 26 ++ .../operators/gencanon.cc | 4 +- 15 files changed, 469 insertions(+), 128 deletions(-)