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 e3f74f955aa Daily bump. new 031e9720746 c++: generic lambda, fn* conv, empty class [PR98326] new 86d8ecf28e6 c++: consteval and explicit instantiation [PR96905]
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/cp-gimplify.c | 12 ++++++++++++ gcc/cp/pt.c | 5 +++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-empty1.C | 9 +++++++++ gcc/testsuite/g++.dg/cpp2a/consteval-expinst1.C | 20 ++++++++++++++++++++ 4 files changed, 46 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-empty1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-expinst1.C