This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62c25d7adb1 c++: make __is_constructible work with paren-init of aggrs [...] new 0666767eb4c coroutines: Revise await expansions [PR94528] new a02558a3953 Correct PR numbers in the last Changelog.
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 | 15 + gcc/cp/coroutines.cc | 456 ++++++++++++++++-------------- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/coroutines/pr94528.C | 64 +++++ 4 files changed, 332 insertions(+), 208 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr94528.C