This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8fbe1b18ed0 options: check for CL_OPTIMIZATION only for cl_options. new 0ee1ab15c23 coroutines: Look through NOPs for awaiter variables [PR 99575]. new 1b54a722636 coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS se [...]
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 | 25 +++++++++++---------- gcc/testsuite/g++.dg/coroutines/pr101133.C | 31 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr99575.C | 35 ++++++++++++++++++++++++++++++ 3 files changed, 79 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr101133.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99575.C