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-release-arm-stable-allyesconfig in repository toolchain/ci/gcc.
from 0816fafce9b Daily bump. adds 593e47a6134 Fix incorrect filling of delay slots in branchy code at -O2 adds db358455287 tree-optimization/94163 constrain alignment set by PRE adds ab768006bc5 Fix wrong year in ChangeLog. adds 0f66f1d8039 Daily bump. adds 6c7e43f4702 Daily bump. adds cb05d702a17 c++: Fix CTAD with multiple-arg ctor template [93248]. adds 2fa5f9e380b c++: Fix ICE-after-error on partial spec [92068] adds c3747bca384 c++: Find parameter pack in typedef in lambda [92909]. adds a81912b0740 Daily bump. adds 31b204ace29 libstdc++: Add default constructor to net::service_already_ [...] adds 9a532a94e35 Daily bump. adds 62960ccdefe [testsuite] Fix PR94023 to guard case under vect_hw_misalign adds 05409a1edd8 [testsuite] Fix PR94019 to check vector char when vect_hw_misalign
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 15 +++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 18 +++++++++++ gcc/cp/pt.c | 30 ++++++++++++++---- gcc/reorg.c | 26 +++++++++++----- gcc/resource.c | 21 ++++++++++++- gcc/resource.h | 1 + gcc/testsuite/ChangeLog | 18 +++++++++++ .../g++.dg/cpp0x/lambda/lambda-variadic10.C | 12 ++++++++ gcc/testsuite/g++.dg/cpp0x/variadic178.C | 6 ++++ gcc/testsuite/g++.dg/cpp1z/class-deduction71.C | 6 ++++ gcc/testsuite/gcc.dg/vect/slp-perm-12.c | 2 +- gcc/testsuite/gcc.dg/vect/vect-over-widen-17.c | 5 ++- gcc/tree-ssa-pre.c | 3 +- libstdc++-v3/ChangeLog | 11 +++++++ libstdc++-v3/include/experimental/executor | 9 +++++- .../net/execution_context/make_service.cc | 36 ++++++++++++++++++++++ 17 files changed, 202 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic178.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction71.C create mode 100644 libstdc++-v3/testsuite/experimental/net/execution_context/make_ [...]