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-defconfig in repository toolchain/ci/gcc.
from 354b244f7b8 2019-10-05 Paul Thomas pault@gcc.gnu.org adds 5c7634a0e5f 2019-10-05 Steven G. Kargl kargl@gcc.gnu.org adds 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. new 6a1019b0044 Add std::copy_n __glibcxx_requires_can_increment checks.
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/fortran/ChangeLog | 5 +++ gcc/fortran/decl.c | 2 +- gcc/ipa-inline.c | 4 +-- gcc/testsuite/ChangeLog | 11 ++++++ gcc/testsuite/gfortran.dg/pr47054_1.f90 | 15 ++++++++ gcc/testsuite/gfortran.dg/pr47054_2.f90 | 41 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr91497.f90 | 2 +- libstdc++-v3/ChangeLog | 7 ++++ libstdc++-v3/include/bits/stl_algo.h | 2 ++ .../testsuite/25_algorithms/copy_n/debug/1_neg.cc | 38 ++++++++++++++++++++ .../testsuite/25_algorithms/copy_n/debug/2_neg.cc | 38 ++++++++++++++++++++ 14 files changed, 179 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr47054_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr47054_2.f90 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