This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce46d604135 c++: array {}-init [PR105589] new 87e1f023aae c++: parsing injected-class-name as template new 4df735e01e3 c++: hidden friend access [DR1699]
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/friend.cc | 2 ++ gcc/cp/parser.cc | 3 +++ gcc/cp/search.cc | 7 ++----- gcc/testsuite/g++.dg/lookup/friend23.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/template/access37.C | 8 ++++---- gcc/testsuite/g++.dg/template/friend69.C | 4 ++-- 6 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/friend23.C