This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-arm-bootstrap_profiled in repository toolchain/ci/gcc.
from f805800317e Daily bump. adds 0da057c7d95 Daily bump. adds cdc254edf4e Daily bump. adds eb6f6f638a5 libstdc++: Add deduction guides for std::packaged_task [PR105375] adds c5d458ec228 libphobos: Don't call free on the TLS array in the emutls d [...] adds 5890602408c libphobos: Give _Unwind_Exception an alignment that best re [...] adds 8790ff545d2 Daily bump. adds 8a02dab2aac AVX512F: Add missing macro for mask(z?)_scalf_s[sd] [PR 105339] adds 3a1358e5f38 c++: enum in generic lambda at global scope [PR105398]
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/config/i386/avx512fintrin.h | 76 ++++++++++++++----- gcc/cp/pt.c | 2 +- gcc/testsuite/g++.dg/cpp1y/lambda-generic-enum2.C | 15 ++++ gcc/testsuite/gcc.target/i386/sse-14.c | 4 + libphobos/ChangeLog | 16 ++++ libphobos/libdruntime/gcc/emutls.d | 8 +- libphobos/libdruntime/gcc/unwind/generic.d | 22 +++++- libstdc++-v3/ChangeLog | 9 +++ libstdc++-v3/include/std/future | 11 +++ .../30_threads/packaged_task/cons/deduction.cc | 85 ++++++++++++++++++++++ 11 files changed, 223 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-enum2.C create mode 100644 libstdc++-v3/testsuite/30_threads/packaged_task/cons/deduction.cc