This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 833f1e66e3a analyzer: avoid use of fold_build2 new d60c25fa020 coroutines: Fix ICE on invalid (PR93458).
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/ChangeLog | 22 +++++ gcc/cp/coroutines.cc | 103 +++++++++++++++------ gcc/testsuite/ChangeLog | 9 ++ .../g++.dg/coroutines/pr93458-1-missing-traits.C | 10 ++ .../g++.dg/coroutines/pr93458-2-bad-traits.C | 16 ++++ .../g++.dg/coroutines/pr93458-3-missing-handle.C | 17 ++++ .../g++.dg/coroutines/pr93458-4-bad-coro-handle.C | 21 +++++ .../g++.dg/coroutines/pr93458-5-bad-coro-type.C | 12 +++ 8 files changed, 184 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr93458-1-missing-traits.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr93458-2-bad-traits.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr93458-3-missing-handle.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr93458-4-bad-coro-handle.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr93458-5-bad-coro-type.C