This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d314907fc47 testsuite,X86: Fix missing USER_LABEL_PREFIX cases. new 9cb1f565a91 c++, coroutines: Avoid expanding within templates [PR103868] new 15a176a833f c++, coroutines: Make sure our temporaries are in a bind ex [...] new 6cae3bb65c8 c++, coroutines: Account for overloaded promise return_valu [...] new 7b96274a340 c++, coroutines: Improve check for throwing final await [PR [...]
The 4 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 | 66 +++++++------ gcc/testsuite/g++.dg/coroutines/pr103868.C | 150 +++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr104051.C | 29 ++++++ gcc/testsuite/g++.dg/coroutines/pr105287.C | 48 +++++++++ gcc/testsuite/g++.dg/coroutines/pr105301.C | 49 ++++++++++ 5 files changed, 313 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr103868.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr104051.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr105287.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr105301.C