This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a056a9868e6 Avoid g++.dg/torture/pr106922.C FAIL with the pre-C++11 ABI new 688fdde2f18 c++: always check consteval address new 8d46516a61a c++: be stricter about constinit [CWG2543]
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/constexpr.cc | 34 ++++++++++++++---- gcc/cp/typeck2.cc | 55 ++++++++++++++++------------- gcc/testsuite/g++.dg/DRs/dr2478.C | 17 +++++---- gcc/testsuite/g++.dg/DRs/dr2543.C | 5 +++ gcc/testsuite/g++.dg/cpp23/consteval-if12.C | 8 ++--- gcc/testsuite/g++.dg/cpp2a/consteval20.C | 4 +-- gcc/testsuite/g++.dg/cpp2a/consteval24.C | 8 ++--- gcc/testsuite/g++.dg/cpp2a/srcloc20.C | 4 +-- 8 files changed, 85 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/g++.dg/DRs/dr2543.C