This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62d19588b9a libstdc++: Fix atomic waiting for non-linux targets new caf17f3afa8 c++: Fix wrong error with constexpr destructor [PR97427] new ddaad23e2f4 Use OEP_MATCH_SIDE_EFFECTS in compare_ao_refs new 78cd6a63ee6 c++: Allow template lambdas without lambda-declarator [PR97839]
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 | 49 ++++++++++++++++++--------- gcc/cp/parser.c | 14 ++++---- gcc/testsuite/g++.dg/cpp2a/constexpr-dtor10.C | 16 +++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-generic8.C | 9 +++++ gcc/tree-ssa-alias.c | 9 ++--- 5 files changed, 69 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic8.C