This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ac4db24e43 Daily bump. new 935e8224887 c++: remove function/var concepts code
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/constexpr.cc | 14 +- gcc/cp/constraint.cc | 346 ++------------------------ gcc/cp/cp-tree.h | 71 +----- gcc/cp/decl.cc | 120 +-------- gcc/cp/decl2.cc | 4 +- gcc/cp/error.cc | 11 +- gcc/cp/mangle.cc | 4 +- gcc/cp/parser.cc | 16 +- gcc/cp/pt.cc | 60 +---- gcc/cp/semantics.cc | 17 +- gcc/testsuite/g++.dg/concepts/decl-diagnose.C | 8 +- gcc/testsuite/g++.dg/concepts/fn-concept2.C | 4 +- gcc/testsuite/g++.dg/concepts/pr71128.C | 8 +- gcc/testsuite/g++.dg/concepts/var-concept6.C | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts.C | 4 +- 15 files changed, 64 insertions(+), 625 deletions(-)