This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 61eb73a6396 c++: Fix ICE on partial specialization redeclaration with m [...] new 3f09320bf65 c++: Fix member-like friend detection for non-template clas [...]
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/decl.cc | 1 + gcc/testsuite/g++.dg/cpp2a/concepts-friend18.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-friend18a.C | 22 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend18a.C