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-stable-allmodconfig 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. new a8f3cf77c42 Add C++11 __iterator_category_t template alias. new e908afccb0e Add std::copy_n istreambuf_iterator specialization
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: gcc/ChangeLog | 11 + gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 11 +- gcc/ipa-inline.c | 4 +- gcc/testsuite/ChangeLog | 14161 ------------------- libstdc++-v3/ChangeLog | 25 + libstdc++-v3/include/bits/stl_algo.h | 4 +- .../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 + 15 files changed, 309 insertions(+), 14176 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 [...]