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 6b694066e35 Merge remote-tracking branch 'trunk' into HEAD new 0caa1d6b993 Fix interpretation of concept template-id as type-constrain [...]
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/ChangeLog | 11 ++ gcc/cp/constraint.cc | 10 +- gcc/cp/cp-tree.h | 4 +- gcc/cp/parser.c | 172 +++++++++++---------- .../g++.dg/concepts/partial-concept-id1.C | 4 +- gcc/testsuite/g++.dg/cpp2a/concepts-defarg1.C | 7 + gcc/testsuite/g++.dg/cpp2a/concepts-requires16.C | 2 +- .../g++.dg/cpp2a/concepts-template-parm10.C | 2 +- 8 files changed, 122 insertions(+), 90 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-defarg1.C