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 bd1846f5118 Fix access control in requires-expressions. new 68efbdc74f9 Use TEMPLATE_PARMS_CONSTRAINTS on parm levels. new 5db9357c076 Fix constrained friend templates.
The 2 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 | 22 ++++++++++++++++------ gcc/cp/pt.c | 16 ++++++++++------ gcc/testsuite/g++.dg/cpp2a/concepts-friend3.C | 20 ++++++++++++++++++++ 4 files changed, 56 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend3.C