This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 29acb44ba18 Daily bump. new 99e91ffface Add experimental::sample and experimental::shuffle from N4531 new 2f2d81539a0 Add xfail-if to some tests that fail with COW strings
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 | 40 +++++++++++++++++ libstdc++-v3/include/experimental/algorithm | 21 ++++++++- .../21_strings/basic_string/cons/char/deduction.cc | 1 + .../basic_string/cons/wchar_t/deduction.cc | 1 + .../25_algorithms/make_heap/complexity.cc | 1 + .../random/random_device/cons/default.cc | 1 + .../algorithm/{sample.cc => sample-2.cc} | 51 ++++++++++------------ .../testsuite/experimental/algorithm/sample.cc | 40 ++++++++--------- .../1.cc => experimental/algorithm/shuffle.cc} | 17 ++++---- .../testsuite/experimental/random/randint.cc | 1 + libstdc++-v3/testsuite/lib/libstdc++.exp | 28 ++++++++++++ 11 files changed, 143 insertions(+), 59 deletions(-) copy libstdc++-v3/testsuite/experimental/algorithm/{sample.cc => sample-2.cc} (60%) copy libstdc++-v3/testsuite/{25_algorithms/shuffle/1.cc => experimental/algorithm/ [...]