This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7cde140863e SVE intrinsics: Add strength reduction for division by constant. new a362c9ca4ef c++: fix ICE on FUNCTION_DECLs inside coroutines [PR115906] new 0c382da0943 c++: diagnose usage of co_await and co_yield in default arg [...]
The 2 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/cp/coroutines.cc | 4 +-- gcc/cp/parser.cc | 17 ++++++++++++ .../coroutines/co-await-syntax-02-outside-fn.C | 2 +- .../coroutines/co-yield-syntax-01-outside-fn.C | 3 +- .../g++.dg/coroutines/coro-function-decl.C | 19 +++++++++++++ gcc/testsuite/g++.dg/coroutines/pr115906-yield.C | 29 ++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr115906.C | 32 ++++++++++++++++++++++ 7 files changed, 101 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-function-decl.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr115906-yield.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr115906.C