This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 105028315816 Update update_web_docs_svn references in sourcebuild.texi. new c75199b716ed Add error messages for missing methods of awaitable class new 6ac6529e155c Add error check on return value of build_co_await
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/ChangeLog | 12 +++++ gcc/cp/coroutines.cc | 51 ++++++++++++++-------- gcc/testsuite/ChangeLog | 4 ++ .../g++.dg/coroutines/coro1-missing-await-method.C | 21 +++++++++ .../g++.dg/coroutines/coro1-ret-int-yield-int.h | 9 ++++ 5 files changed, 79 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/coro1-missing-await-method.C