This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2f0610acbc0 aarch64: Restrict aarch64-tune.md regeneration to --enable- [...] new a11f204e5a3 c++: alias-tmpl equivalence and default targs [PR103852] new 3afc7c4eead c++: repeated friend template [PR101894]
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/decl.cc | 5 +++++ gcc/cp/pt.cc | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-dr1286a.C | 16 ++++++++-------- gcc/testsuite/g++.dg/cpp1z/class-deduction-alias1.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/lookup/friend22.C | 7 +++++++ 5 files changed, 50 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction-alias1.C create mode 100644 gcc/testsuite/g++.dg/lookup/friend22.C