This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bfcd9f84531 libstdc++: Implement ranges::repeat_view from P2474R2 new 9bf74082bc9 c++: defer all consteval in default args [DR2631]
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/call.cc | 38 +++++++------------ gcc/cp/constexpr.cc | 20 ---------- gcc/cp/cp-gimplify.cc | 7 ---- gcc/cp/cp-tree.h | 32 +++++++++++++++- gcc/cp/name-lookup.cc | 2 - gcc/cp/name-lookup.h | 5 +-- gcc/cp/parser.cc | 24 ------------ gcc/cp/pt.cc | 3 ++ gcc/cp/tree.cc | 52 ++++++++++++-------------- gcc/testsuite/g++.dg/cpp2a/consteval-defarg3.C | 23 ++++++++++++ 10 files changed, 95 insertions(+), 111 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-defarg3.C