This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f3a41e6cb5d Fortran: different character lengths in array constructor [ [...] new ec716ad3f4b c++: coroutines and range for [PR118491] new 4c743798b1d c++/coroutines: Fix awaiter var creation [PR116506]
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/decl.cc | 2 +- gcc/cp/semantics.cc | 1 - gcc/testsuite/g++.dg/coroutines/coro-range-for1.C | 38 +++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr116506.C | 53 ++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr116880.C | 36 ++++++++++++++ 6 files changed, 177 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-range-for1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr116506.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr116880.C