This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 0d96c3424bb Do not stream redundant stuff new c836addc227 Optimize ODR enum streaming new aa81d093bf2 Fix ICE in ODR enum streaming [PR95548] new 83a53af3c77 Bump LTO version new 8679d888638 c++: constraints and address of template-id
The 4 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/pt.c | 9 +- gcc/ipa-devirt.c | 441 +++++++++++++++++++++++++++--- gcc/ipa-utils.h | 2 + gcc/lto-section-in.c | 3 +- gcc/lto-streamer-out.c | 8 +- gcc/lto-streamer.h | 3 +- gcc/lto/lto-common.c | 4 +- gcc/passes.def | 1 + gcc/testsuite/g++.dg/concepts/fn8.C | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-fn1.C | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-fn5.C | 17 ++ gcc/testsuite/g++.dg/cpp2a/concepts-ts2.C | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-ts3.C | 2 +- gcc/testsuite/g++.dg/lto/pr84805_0.C | 2 +- gcc/testsuite/g++.dg/torture/pr95548.C | 8 + gcc/timevar.def | 1 + gcc/tree-pass.h | 1 + gcc/tree-streamer-in.c | 4 +- gcc/tree-streamer-out.c | 4 +- gcc/tree.c | 13 +- 20 files changed, 453 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-fn5.C create mode 100644 gcc/testsuite/g++.dg/torture/pr95548.C