This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 66af6da PR70674: S/390: Add memory barrier to stack pointer restore f [...] new 4db2817 Avoid including all of <random> in <algorithm> new 9fba103 Ensure std::thread helpers have internal linkage new 1105332 Fix assertions for move assignment of trivial types
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/ChangeLog | 45 +++ libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/random.h | 168 +--------- libstdc++-v3/include/bits/random.tcc | 152 --------- libstdc++-v3/include/bits/stl_algo.h | 2 +- libstdc++-v3/include/bits/stl_algobase.h | 12 +- libstdc++-v3/include/bits/uniform_int_dist.h | 369 +++++++++++++++++++++ libstdc++-v3/src/c++11/thread.cc | 6 +- .../uninitialized_copy/move_iterators/1.cc | 2 +- .../uninitialized_copy_n/move_iterators/1.cc | 2 +- .../copy/move_iterators/69478.cc} | 30 +- .../copy_backward/move_iterators/69478.cc} | 30 +- .../69222.cc => 25_algorithms/move/69478.cc} | 30 +- .../move_backward/69478.cc} | 30 +- .../testsuite/25_algorithms/nth_element/58800.cc | 1 + .../testsuite/26_numerics/random/pr60037-neg.cc | 4 +- .../30_threads/thread/{adl.cc => 70503.cc} | 33 +- .../testsuite/libstdc++-prettyprinters/whatis.cc | 3 +- 19 files changed, 533 insertions(+), 388 deletions(-) create mode 100644 libstdc++-v3/include/bits/uniform_int_dist.h copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/copy/move_ [...] copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/copy_backw [...] copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/move/69478 [...] copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/move_backw [...] copy libstdc++-v3/testsuite/30_threads/thread/{adl.cc => 70503.cc} (60%)