This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch jason/concepts-rewrite in repository gcc.
from c536c71 expr new d553ba6 Test for EXPR_CONSTR case. new dcecef9 (tsubst_constraint): Add cases for missing constraints. new c8d808c Revert change to use static instead of anonymous namespace. new 2bd95dc Fix concept satisfaction memoization. new d569cbc Reenable constraint memoization. new 02feb67 Improve handling of logical operations. new 76d6f24 Only create concept hash tables when flag_concepts. new 60bce5c Hash concept arguments like template arguments.
The 8 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/ChangeLog | 10 ++ gcc/cp/constraint.cc | 200 ++++++++++++++++++++++++++-------- gcc/cp/logic.cc | 7 +- gcc/cp/pt.c | 130 +++------------------- gcc/testsuite/g++.dg/concepts/req19.C | 13 +++ gcc/testsuite/g++.dg/concepts/req20.C | 20 ++++ 6 files changed, 213 insertions(+), 167 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/req19.C create mode 100644 gcc/testsuite/g++.dg/concepts/req20.C