This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a528594cf9a c++: using overloaded with local decl [PR92918] new b40d45cb193 c++: base template friend [PR52625] new fb5ed6d8c90 c++: friend with redundant qualification [PR41723]
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/parser.c | 2 +- gcc/cp/pt.c | 4 ++++ gcc/testsuite/g++.dg/template/friend70.C | 9 +++++++++ gcc/testsuite/g++.dg/template/friend71.C | 8 ++++++++ 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/template/friend70.C create mode 100644 gcc/testsuite/g++.dg/template/friend71.C