This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 66240bfc1cc tree-optimization/116083 - improve behavior when SLP discov [...] new 2dd45655db4 [committed] Trivial testcase adjustment new 1a37d6b7325 cp/coroutines: do not rewrite parameters in unevaluated contexts new 2664c1bf838 cp+coroutines: teach convert_to_void to diagnose discarded [...]
The 3 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 | 22 +++++++++++++++++- gcc/cp/cp-tree.h | 3 +++ gcc/cp/cvt.cc | 8 +++++++ gcc/testsuite/g++.dg/coroutines/pr110171-1.C | 34 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr110171.C | 32 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr111728.C | 29 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr116037.c | 2 +- 7 files changed, 128 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr110171-1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr110171.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr111728.C