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-next-defconfig in repository toolchain/ci/gcc.
from 31975c5ea11 libgo: update to Go1.12beta2 adds ecd2d842658 PR c++/88875 - error with explicit list constructor. adds 3c1c2a8c6bc PR libstdc++/88782 avoid ODR problems in std::make_shared new e7d29ea786c Daily bump. new 34859308c34 gcc/testsuite/ChangeLog:
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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 7 +++ gcc/cp/call.c | 11 +++- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/c-c++-common/attr-nonstring-3.c | 2 +- gcc/testsuite/g++.dg/cpp0x/initlist-explicit2.C | 20 +++++++ libstdc++-v3/ChangeLog | 29 ++++++++++ libstdc++-v3/config/abi/pre/gnu.ver | 3 + libstdc++-v3/include/bits/shared_ptr.h | 7 +-- libstdc++-v3/include/bits/shared_ptr_base.h | 74 +++++++++++++++---------- libstdc++-v3/src/c++11/shared_ptr.cc | 12 ++++ 11 files changed, 132 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-explicit2.C