This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 58fd2d6 PR c++/69657 * name-lookup.c (do_nonmember_using_decl): Lea [...] new 83d5062 Fix PR c++/69283 (auto deduction fails when ADL is required)
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/ChangeLog | 7 +++++++ gcc/cp/decl2.c | 4 ++++ gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/cpp1y/auto-fn29.C | 34 ++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/auto-fn30.C | 21 +++++++++++++++++++++ 5 files changed, 73 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn29.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn30.C