This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e1f30d7edd x86: Add missing .note.GNU-stack to assembly source new dcb4bd0789d c++: also note name used in enclosing class
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/class.cc | 61 +++++++++++++++++++++--------- gcc/testsuite/g++.dg/lookup/name-clash13.C | 7 ++++ gcc/testsuite/g++.dg/lookup/name-clash14.C | 9 +++++ gcc/testsuite/g++.dg/lookup/name-clash15.C | 14 +++++++ gcc/testsuite/g++.dg/lookup/name-clash16.C | 13 +++++++ 5 files changed, 86 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/name-clash13.C create mode 100644 gcc/testsuite/g++.dg/lookup/name-clash14.C create mode 100644 gcc/testsuite/g++.dg/lookup/name-clash15.C create mode 100644 gcc/testsuite/g++.dg/lookup/name-clash16.C