This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68854071236 libstdc++: Fix more pedwarns in headers for C++98 new cf9efe5ec14 c++/modules: Propagate purview/import for templates in dupl [...] new b9ac51a843f c++: Don't strip USING_DECLs when updating local bindings [ [...] new 2196a20b82b c++: Implement resolution for DR 36 [PR116160]
The 3 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 | 10 ++++++++++ gcc/cp/name-lookup.cc | 24 ++++++++++++++---------- gcc/testsuite/g++.dg/cpp0x/using-enum-3.C | 2 +- gcc/testsuite/g++.dg/cpp2a/using-enum-11.C | 9 +++++++++ gcc/testsuite/g++.dg/lookup/using53.C | 2 +- gcc/testsuite/g++.dg/lookup/using59.C | 4 ++-- gcc/testsuite/g++.dg/lookup/using69.C | 10 ++++++++++ gcc/testsuite/g++.dg/modules/merge-18_a.H | 8 ++++++++ gcc/testsuite/g++.dg/modules/merge-18_b.H | 13 +++++++++++++ gcc/testsuite/g++.dg/modules/merge-18_c.C | 10 ++++++++++ 10 files changed, 78 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/using-enum-11.C create mode 100644 gcc/testsuite/g++.dg/lookup/using69.C create mode 100644 gcc/testsuite/g++.dg/modules/merge-18_a.H create mode 100644 gcc/testsuite/g++.dg/modules/merge-18_b.H create mode 100644 gcc/testsuite/g++.dg/modules/merge-18_c.C