This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2da7ce23cfd Daily bump. new a8dd2b3e965 c++: constexpr, union, and no_unique_address [PR98994] new bdbca69e072 c++: generic lambda, fn* conv, empty class [PR98326] new 57d705da0b9 c++: consteval and explicit instantiation [PR96905]
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/cp/constexpr.c | 2 +- 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 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address12.C | 12 ++++++++++++ 6 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-empty1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-expinst1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address12.C