This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 97e011a472e object-size: Use simple_dce_from_worklist in object-size pass new 7b7ad3f4b24 coros: mark .CO_YIELD as LEAF [PR106973] new 858918ef423 c++: add a testcase for [PR 108620]
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/internal-fn.def | 2 +- gcc/testsuite/g++.dg/coroutines/pr106973.C | 22 +++++++ gcc/testsuite/g++.dg/coroutines/pr108620.C | 95 ++++++++++++++++++++++++++++++ 3 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr106973.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr108620.C