This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b004c92f5e ipa: When inlining, don't combine PT JFs changing signednes [...] new 217b7f65522 c++, coroutines: Fix identification of coroutine ramps [PR120453]. new 7bba8d48ea5 c++, coroutines: Delete now unused code for parm guards.
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 | 12 +--- gcc/cp/coroutines.h | 1 - gcc/cp/cp-tree.h | 4 ++ gcc/cp/typeck.cc | 2 +- gcc/testsuite/g++.dg/coroutines/pr120453.C | 95 ++++++++++++++++++++++++++++++ 5 files changed, 101 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr120453.C