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-lts-defconfig in repository toolchain/ci/gcc.
from 005d92e6462 * de.po, es.po, fr.po, sv.po: Update. adds 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 [...]
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/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/pstl/algorithm_impl.h | 57 +++++ libstdc++-v3/include/pstl/glue_algorithm_impl.h | 2 +- 11 files changed, 375 insertions(+), 92 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction65.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/destroying-delete4.C