This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 118158b646d libstdc++: Fix __gnu_test::input_iterator_wrapper::operator++(int) new 88f48e2967e coroutines: Correct handling of references in parm copies [ [...]
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/coroutines.cc | 41 ++++++---------------- gcc/testsuite/g++.dg/coroutines/pr95350.C | 28 +++++++++++++++ .../g++.dg/coroutines/torture/func-params-08.C | 11 +++--- .../torture/func-params-09-awaitable-parms.C | 11 +++--- 4 files changed, 50 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95350.C