This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 1cb220498e1 Assume a call is expensive when it mismatches adds 05cd2d3f588 c++: uses_template_parms cleanups adds 198bd0d599e Fortran: Add location info to OpenMP tree nodes adds 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/cp/cp-tree.h | 2 +- gcc/cp/pt.cc | 33 +++++------- gcc/fortran/trans-openmp.cc | 11 ++++ 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/testsuite/gcc.target/i386/iamcu/asm-support.S | 1 + gcc/testsuite/gcc.target/x86_64/abi/asm-support.S | 1 + .../gcc.target/x86_64/abi/avx/asm-support.S | 1 + .../gcc.target/x86_64/abi/avx512f/asm-support.S | 1 + .../gcc.target/x86_64/abi/avx512fp16/asm-support.S | 1 + .../x86_64/abi/avx512fp16/m256h/asm-support.S | 1 + .../x86_64/abi/avx512fp16/m512h/asm-support.S | 1 + .../gcc.target/x86_64/abi/ms-sysv/do-test.S | 1 + 16 files changed, 120 insertions(+), 38 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