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-allnoconfig in repository toolchain/ci/gcc.
from 5d637ddd80e Improve implementation of parallel equal() adds 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 [...] new 3dbad48ecbe Cleanup algorithm implementations new dff3f73c26d Delegate PSTL configuration to pstl/pstl_config.h
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 | 11 + gcc/cp/call.c | 44 ++-- gcc/cp/pt.c | 21 +- gcc/testsuite/g++.dg/cpp1z/class-deduction65.C | 22 ++ gcc/testsuite/g++.dg/cpp2a/destroying-delete4.C | 11 + 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 +- 11 files changed, 325 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