This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from bb943609534 Add support for -mcpu=grace new 57482cadeb1 coroutines: Await expressions are not allowed in handlers [ [...] new f647906ef22 coroutines: Pass lvalues to user-defined operator new [PR 100772]. new 1d5779274ce coroutines: Fail with a sorry when presented with a VLA [PR [...] new f4cdbf1f757 c++, coroutines: Improve check for throwing final await [PR [...]
The 4 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 | 48 ++++++++++---- gcc/testsuite/g++.dg/coroutines/pr100772-a.C | 77 +++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr100772-b.C | 93 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr101765.C | 45 ++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr104051.C | 29 +++++++++ gcc/testsuite/g++.dg/coroutines/pr99710.C | 25 ++++++++ 6 files changed, 306 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr100772-a.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr100772-b.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr101765.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr104051.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99710.C