This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 7e1f30d7edd x86: Add missing .note.GNU-stack to assembly source adds dcb4bd0789d c++: also note name used in enclosing class adds 6f78c52d4bd c++: improve template-id location adds 6259d8aa73f Daily bump. new 404edfce683 testsuite: vect: update unaligned message
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/ChangeLog | 38 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 22 ++++++++ gcc/cp/class.cc | 61 +++++++++++++++------- gcc/cp/pt.cc | 28 +++++----- gcc/fortran/ChangeLog | 14 +++++ gcc/testsuite/ChangeLog | 38 ++++++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-pack-init7.C | 2 +- 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 +++++ .../gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c | 2 +- libgcc/ChangeLog | 4 ++ libstdc++-v3/ChangeLog | 15 ++++++ 15 files changed, 236 insertions(+), 33 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