This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 58f339fc5ea libstdc++: Implement std::random_device::entropy() for othe [...] adds c6a1fdd6dde doc: Fix typo in name of PowerPC __builtin_cpu_supports built-in adds 53b1c382d5a libstdc++: Implement LWG 3549 changes to ranges::enable_view adds 861440a77b6 libstdc++: Implement LWG 3523 changes to ranges::iota_view adds 98af6b86bc6 libstdc++: Implement LWG 3470 change to ranges::subrange adds bed1892f5b1 libstdc++: Implement LWG 3568 change to ranges::basic_istream_view adds 5566f3c6b46 libstdc++: Implement LWG 3580 change to ranges::iota_view
No new revisions were added by this update.
Summary of changes: gcc/doc/extend.texi | 2 +- libstdc++-v3/include/bits/ranges_base.h | 21 +++++- libstdc++-v3/include/bits/ranges_util.h | 15 +++-- libstdc++-v3/include/std/ranges | 78 ++++++++++++++-------- .../testsuite/std/ranges/adaptors/sizeof.cc | 6 +- .../testsuite/std/ranges/iota/iota_view.cc | 21 ++++++ libstdc++-v3/testsuite/std/ranges/subrange/1.cc | 19 ++++++ libstdc++-v3/testsuite/std/ranges/view.cc | 28 ++++++-- 8 files changed, 150 insertions(+), 40 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/subrange/1.cc