This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b19d8aac156 Fix missing dependencies for selftests which occasionally c [...] new cf7eac5805e coroutines: Allow parameter packs in co_await/yield express [...] new 3fb68f2e666 Optimize ODR enum streaming
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 | 45 ++-- gcc/ipa-devirt.c | 404 ++++++++++++++++++++++++++---- gcc/ipa-utils.h | 2 + gcc/lto-section-in.c | 3 +- gcc/lto-streamer-out.c | 8 +- gcc/lto-streamer.h | 1 + gcc/lto/lto-common.c | 4 +- gcc/passes.def | 1 + gcc/testsuite/g++.dg/coroutines/pr95345.C | 32 +++ gcc/testsuite/g++.dg/lto/pr84805_0.C | 2 +- gcc/timevar.def | 1 + gcc/tree-pass.h | 1 + gcc/tree-streamer-in.c | 4 +- gcc/tree-streamer-out.c | 4 +- gcc/tree.c | 33 +-- 15 files changed, 432 insertions(+), 113 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95345.C