This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d5eb4f6c1f match: (X >> C) NE/EQ 0 -> X LT/GE 0 [PR123109] new ccb4ef5bd0a c++/modules: Update lang_decl_bool streaming new 400e3b66b78 c++: modules and coroutines
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 | 59 +++++++++++++--- gcc/cp/cp-tree.h | 4 ++ gcc/cp/module.cc | 118 ++++++++++++++++++++++++++++---- gcc/testsuite/g++.dg/modules/coro-1_a.C | 34 +++++++++ gcc/testsuite/g++.dg/modules/coro-1_b.C | 19 +++++ 5 files changed, 211 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/coro-1_a.C create mode 100644 gcc/testsuite/g++.dg/modules/coro-1_b.C