This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f8b302c9837 AVR: testsuite - Add noipa function attribute to noclone fu [...] new d1706235ed2 c++, coroutines, contracts: Handle coroutine and void funct [...]
The 1 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/constexpr.cc | 8 + gcc/cp/contracts.cc | 257 ++++++++++++++++++----------- gcc/cp/contracts.h | 2 +- gcc/cp/coroutines.cc | 2 + gcc/cp/decl.cc | 25 ++- gcc/cp/typeck.cc | 13 +- gcc/gimplify.cc | 15 +- gcc/testsuite/g++.dg/contracts/pr115434.C | 16 ++ gcc/testsuite/g++.dg/coroutines/pr110871.C | 62 +++++++ gcc/testsuite/g++.dg/coroutines/pr110872.C | 49 ++++++ 10 files changed, 329 insertions(+), 120 deletions(-) create mode 100644 gcc/testsuite/g++.dg/contracts/pr115434.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr110871.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr110872.C