This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch concepts-cxx2a in repository gcc.
from 93498681499 * logic.cc (subsumes): Handle error_mark_node. new 0967a2e85e2 Make sure atomic constraints have cp_expr_location. new 6ac128ca7f3 * pt.c (generic_targs_for): Factor out of coerce_template_a [...] new e202d80ae77 * pt.c (tsubst_argument_pack): Factor out of tsubst_templa [...]
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/ChangeLog | 15 +++++ gcc/cp/constraint.cc | 32 +++------ gcc/cp/cp-tree.h | 2 + gcc/cp/parser.c | 8 ++- gcc/cp/pt.c | 75 ++++++++++++++-------- gcc/testsuite/g++.dg/concepts/debug1.C | 4 +- .../g++.dg/cpp2a/concepts-partial-spec2.C | 13 ++-- gcc/testsuite/g++.dg/cpp2a/concepts-pr84551.C | 6 +- gcc/testsuite/g++.dg/cpp2a/pr84551.C | 10 --- 9 files changed, 93 insertions(+), 72 deletions(-) delete mode 100644 gcc/testsuite/g++.dg/cpp2a/pr84551.C