This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from 7565e330041 Daily bump. adds 0b4960065ad PR c++/90171 - ICE with destroying delete with size_t parm. adds ffa547ef60b PR c++/90190 - CTAD with list-constructor. adds cad9f0857b5 libphobos: core.atomic should have fallback when there's no [...] adds 3dbad48ecbe Cleanup algorithm implementations adds dff3f73c26d Delegate PSTL configuration to pstl/pstl_config.h adds fc207df19ee Daily bump. adds 9d3560da25e 2019-04-20 Sandra Loosemore sandra@codesourcery.com
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 11 + gcc/cp/call.c | 44 ++-- gcc/cp/pt.c | 21 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/g++.dg/cpp1z/class-deduction65.C | 22 ++ gcc/testsuite/g++.dg/cpp2a/destroying-delete4.C | 11 + gcc/testsuite/g++.dg/ipa/pr89009.C | 1 + libphobos/ChangeLog | 12 ++ libphobos/libdruntime/core/atomic.d | 268 ++++++++++++++++++------ libstdc++-v3/ChangeLog | 17 ++ libstdc++-v3/include/bits/c++config | 82 +------- libstdc++-v3/include/pstl/glue_algorithm_impl.h | 14 +- 13 files changed, 330 insertions(+), 179 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction65.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/destroying-delete4.C