This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 438aac594e1 Daily bump. new a1b3484a8e6 c++: alias member template [PR100102] new 715614ec3ec c++: fix modules binfo merging new f07edb5d7f3 c++: alias with same name as base fn [PR91706] new 1a98f830332 c++: preserve BASELINK from lookup [PR91706]
The 4 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/init.c | 2 +- gcc/cp/lambda.c | 6 +++--- gcc/cp/module.cc | 6 +++++- gcc/cp/name-lookup.c | 24 +----------------------- gcc/cp/pt.c | 1 + gcc/cp/semantics.c | 6 ++++-- gcc/testsuite/g++.dg/cpp0x/alias-decl-73.C | 9 +++++++++ gcc/testsuite/g++.dg/template/lookup17.C | 18 ++++++++++++++++++ 8 files changed, 42 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-73.C create mode 100644 gcc/testsuite/g++.dg/template/lookup17.C