This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d74aed3d7ae [committed] Add check_vect in a testcase new c01b344e814 libstdc++: Add deprecated attribute to std::random_shuffle [...] new 7931a1de9ec libstdc++: Avoid bogus overflow warnings in std::vector<boo [...]
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/include/bits/algorithmfwd.h | 2 ++ libstdc++-v3/include/bits/stl_algo.h | 6 +++--- libstdc++-v3/include/bits/stl_bvector.h | 3 ++- libstdc++-v3/include/bits/vector.tcc | 5 +++-- .../testsuite/23_containers/vector/bool/110807.cc | 14 ++++++++++++++ .../testsuite/25_algorithms/random_shuffle/1.cc | 1 + .../testsuite/25_algorithms/random_shuffle/59603.cc | 1 + .../25_algorithms/random_shuffle/deprecated.cc | 19 +++++++++++++++++++ .../25_algorithms/random_shuffle/moveable.cc | 1 + 9 files changed, 46 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/110807.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/random_shuffle/deprecated.cc