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-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from cd79e4d4ad1 2019-10-05 Steven G. Kargl kargl@gcc.gnu.org adds c45521070e9 * ipa-inline.c: Fix type; compute size rather than self_si [...] adds fdb1d0f278e 2019-0105 Steven G. Kargl kargl@gcc.gnu.org adds 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 16 + gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 11 +- gcc/ipa-inline.c | 4 +- gcc/testsuite/ChangeLog | 14161 ------------------- 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 + 16 files changed, 334 insertions(+), 14180 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 [...]