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-stable-defconfig in repository toolchain/gcc.
from 81f344ccfac PR libstdc++/87704 fix unique_ptr(nullptr_t) constructors adds 8375e6b1774 * g++.dg/cpp2a/lambda-this3.C: Limit dg-bogus directives t [...] adds e1ac7c061b3 PR go/87661 runtime: remove unused armArch, hwcap and hardDiv adds e70725a9a9c 2018-10-23 Iain Buclaw ibuclaw@gdcproject.org adds ddc69a97aad 2018-10-23 Iain Buclaw ibuclaw@gdcproject.org adds b8e0f11a71b * config/h8300/h8300.c (h8300_expand_prologue): Fix stm ge [...] adds f5885be9a08 Daily bump. adds c0c227b9390 2018-10-24 François Dumont fdumont@gcc.gnu.org adds 180e611a341 2018-10-24 François Dumont fdumont@gcc.gnu.org adds ce8e9d74e4b 2018-10-24 Richard Biener rguenther@suse.de
No new revisions were added by this update.
Summary of changes: ChangeLog | 8 + MAINTAINERS | 3 +- gcc/ChangeLog | 11 + gcc/DATESTAMP | 2 +- gcc/config/h8300/h8300.c | 6 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/cpp2a/lambda-this3.C | 16 +- gcc/testsuite/gcc.dg/torture/pr87665.c | 27 ++ gcc/tree-vect-data-refs.c | 28 +- libgo/go/runtime/os_linux_arm.go | 23 -- libstdc++-v3/ChangeLog | 133 +++++++ libstdc++-v3/include/c_global/cstddef | 2 + .../include/debug/safe_unordered_container.h | 13 +- libstdc++-v3/include/debug/unordered_map | 415 ++++++++++----------- libstdc++-v3/include/debug/unordered_set | 326 ++++++++-------- 16 files changed, 602 insertions(+), 423 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr87665.c