This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 11e1cfcf582 Daily bump. new 289437aa0d9 coroutines: Improve diagnostics for one allocator case. new c5a90f61ace coroutines: Handle awaiters that are sub-objects [PR95736] new 65025a6dae4 coroutines: Handle namespaces while scanning local vars [PR95711].
The 3 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 | 119 +++++++++++++++------ .../coro-bad-grooaf-01-grooaf-expected.C | 14 +++ gcc/testsuite/g++.dg/coroutines/pr95711.C | 79 ++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr95736.C | 84 +++++++++++++++ 4 files changed, 265 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-bad-grooaf-01-grooaf-expected.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95711.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95736.C