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-stable-allyesconfig in repository toolchain/ci/gcc.
from 62c25d7adb1 c++: make __is_constructible work with paren-init of aggrs [...] adds 0666767eb4c coroutines: Revise await expansions [PR94528] adds a02558a3953 Correct PR numbers in the last Changelog. adds 47539a4acef Daily bump. adds a615ea71bc8 cselib: Mark the cselib_record_sp_cfa_base_equiv VALUE as p [...] adds bb87d5cc77d testsuite: Fix up pr94482.c testcase [PR94482] adds f883c46b487 i386: Fix REDUC_SSE_SMINMAX_MODE mode conditions. adds 4ded16a7782 c++: Add test for PR 86327.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 13 + gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 4 +- gcc/cp/ChangeLog | 15 + gcc/cp/coroutines.cc | 456 ++++++++++++++----------- gcc/cselib.c | 5 +- gcc/testsuite/ChangeLog | 22 ++ gcc/testsuite/g++.dg/coroutines/pr94528.C | 64 ++++ gcc/testsuite/g++.dg/cpp1y/constexpr-return5.C | 12 + gcc/testsuite/gcc.dg/torture/pr94482.c | 4 +- gcc/testsuite/gcc.target/i386/pr94494.c | 23 ++ 11 files changed, 406 insertions(+), 214 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr94528.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-return5.C create mode 100644 gcc/testsuite/gcc.target/i386/pr94494.c