This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from b334ecb7c1e Daily bump. adds 86b34dfdcc6 [Darwin] Fix some format-related build warnings. adds 6a1019b0044 Add std::copy_n __glibcxx_requires_can_increment checks. adds a8f3cf77c42 Add C++11 __iterator_category_t template alias. adds e908afccb0e Add std::copy_n istreambuf_iterator specialization adds 66f02f9ec57 Fix EXECUTE_IF_SET_IN_HARD_REG_SET use adds a53504c16e9 Add std::copy_n istreambuf_iterator specialization new 6ee8f7c458d Daily bump.
The 1 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: gcc/ChangeLog | 11 ++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 11 ++-- gcc/var-tracking.c | 5 +- libstdc++-v3/ChangeLog | 25 ++++++++ libstdc++-v3/include/bits/stl_algo.h | 23 ++++++- .../include/bits/stl_iterator_base_types.h | 11 ++-- libstdc++-v3/include/bits/streambuf_iterator.h | 26 ++++++++ libstdc++-v3/include/std/numeric | 3 +- .../testsuite/25_algorithms/copy_n/debug/1_neg.cc | 38 +++++++++++ .../testsuite/25_algorithms/copy_n/debug/2_neg.cc | 38 +++++++++++ .../25_algorithms/copy_n/istreambuf_iterator/1.cc | 73 ++++++++++++++++++++++ .../copy_n/istreambuf_iterator/1_neg.cc | 40 ++++++++++++ .../copy_n/istreambuf_iterator/2_neg.cc | 38 +++++++++++ 14 files changed, 327 insertions(+), 17 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy_n/debug/1_neg.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy_n/debug/2_neg.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy_n/istreambuf_iterator/1.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy_n/istreambuf_iterator [...] create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy_n/istreambuf_iterator [...]