This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from 280c9e33af8 Merge master r10-7681. 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. new fa1ab14416a Merge master r10-7688.
The 1 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/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