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 ec498ed3d0f rs6000: Update the processor defaults for FreeBSD new 97014e4ada4 c++: Copy elision and [[no_unique_address]]. [PR93711] new f5cea9c5c4f c++: Fix constexpr array ICE [PR98332]
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/call.c | 45 +++++++++++++++--------- gcc/cp/constexpr.c | 4 +-- gcc/cp/cp-tree.h | 1 + gcc/cp/init.c | 3 +- gcc/cp/typeck2.c | 12 ++++++- gcc/testsuite/g++.dg/cpp0x/constexpr-overflow3.C | 7 ++++ gcc/testsuite/g++.dg/cpp1z/aggr-base10.C | 16 +++++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address7.C | 13 +++++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address7a.C | 14 ++++++++ 9 files changed, 94 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-overflow3.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address7a.C