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 88e715e1a87 * g++.dg/concepts: Remove merge conflicts from several tests. new 12d9743bed6 Remove unnecessary #include "print-tree.h". new aa6b4663dce Don't return early when deducing constrained-type-specifiers. new 9d87b058182 Unify handling for standard, variable, and function concepts. new baabea0bd46 Pass the right template arguments during normalization.
The 4 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 | 86 ++++++++++- gcc/cp/call.c | 17 +-- gcc/cp/constexpr.c | 1 - gcc/cp/constraint.cc | 371 ++++++++++++++++++---------------------------- gcc/cp/cp-tree.h | 4 +- gcc/cp/cxx-pretty-print.c | 1 - gcc/cp/decl.c | 1 - gcc/cp/error.c | 1 - gcc/cp/logic.cc | 1 - gcc/cp/parser.c | 53 +++---- gcc/cp/pt.c | 45 ++++-- gcc/cp/semantics.c | 86 ++++++----- 12 files changed, 350 insertions(+), 317 deletions(-)