This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e80f1f6b7a3 testsuite: Fix TBAA in sse*and*p[sd]*.c tests new a4dfd0f089a c++: constexpr and empty fields [PR97566]
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/class.c | 31 ++++++++++++--- gcc/cp/constexpr.c | 20 ++++------ gcc/cp/cp-tree.h | 1 + gcc/cp/init.c | 2 +- gcc/cp/typeck2.c | 2 +- gcc/testsuite/g++.dg/cpp2a/no_unique_address10.C | 16 ++++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address9.C | 50 ++++++++++++++++++++++++ 7 files changed, 102 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address9.C