This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 985873e5087 Combine the two H8 mode shortening peepholes into a single [...] new bc7ac0a2da2 Commit correct version of last patch new 1cd9bef89ef testsuite: Fix up gcc.target/powerpc/pr93122.c test new 68bb7e3b9dc coroutines: Update to n4849 allocation/deallocation.
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/config/h8300/h8300.md | 2 +- gcc/cp/ChangeLog | 7 + gcc/cp/coroutines.cc | 248 ++++++++++++++------- gcc/testsuite/ChangeLog | 16 ++ .../coroutines/coro-bad-alloc-00-bad-op-new.C | 12 + .../coroutines/coro-bad-alloc-01-bad-op-del.C | 13 ++ .../coroutines/coro-bad-alloc-02-no-op-new-nt.C | 15 ++ gcc/testsuite/g++.dg/coroutines/coro1-allocators.h | 184 +++++++++++++++ .../torture/alloc-00-gro-on-alloc-fail.C | 98 +------- .../coroutines/torture/alloc-01-overload-newdel.C | 81 +------ .../torture/alloc-02-fail-new-grooaf-check.C | 41 ++++ .../coroutines/torture/alloc-03-overload-new-1.C | 55 +++++ .../torture/alloc-04-overload-del-use-two-args.C | 60 +++++ gcc/testsuite/gcc.target/powerpc/pr93122.c | 2 +- 14 files changed, 592 insertions(+), 242 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-bad-alloc-00-bad-op-new.C create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-bad-alloc-01-bad-op-del.C create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-bad-alloc-02-no-op-new-nt.C create mode 100644 gcc/testsuite/g++.dg/coroutines/coro1-allocators.h create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/alloc-02-fail-new-grooa [...] create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/alloc-03-overload-new-1.C create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/alloc-04-overload-del-u [...]