This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 928116e94a5 Fold ctz(-x) and ctz(abs(x)) as ctz(x) in match.pd. new dab0f35fcb4 c++: improve C++ testsuite default versions new 3129a2ed6a7 c++: ICE with concept, local class, and lambda [PR115561] new a9e9f772c74 c++: consteval propagation and templates [PR115986]
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/cp-gimplify.cc | 4 ++ gcc/cp/semantics.cc | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-lambda21.C | 69 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval-prop21.C | 17 +++++++ gcc/testsuite/lib/g++-dg.exp | 45 +++++++++++------ gcc/testsuite/lib/gcc-dg.exp | 13 +++++ 6 files changed, 135 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda21.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-prop21.C