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-arm in repository toolchain/ci/gcc.
from 95e1eca43d1 Combine avx_vec_concatv16si and avx512f_zero_extendv16hiv16 [...] adds 2bdf17de1d0 Make -no-pie option work for native Windows adds 3890c28ac5b c++: Fix up parsing of attributes for using-directive adds c84f79e9e3f openmp: Diagnose omp::directive/sequence on using-directive adds 9b7ab853bf3 c++: Fix ICE on defaulted spaceship with pointer return typ [...] adds ef07b918a7a openmp: Diagnose another case of mixing parameter and attri [...] adds 01f8a8b48e5 openmp: Diagnose syntax mismatches between declare target a [...] adds 04b4f315259 i386: Fix up V32HImode permutations with -mno-avx512bw [PR101860] adds fb0cd8f1116 gfortran.dg/PR82376.f90: Avoid matching a file-path adds 2d7967a10c2 arc: Small data doesn't need fcommon option
No new revisions were added by this update.
Summary of changes: gcc/common/config/arc/arc-common.c | 4 +- gcc/config.in | 6 ++ gcc/config/arc/arc.c | 3 - gcc/config/i386/i386-expand.c | 7 +++ gcc/config/i386/mingw-w64.h | 9 +++ gcc/config/i386/mingw32.h | 8 +++ gcc/configure | 20 +++++++ gcc/configure.ac | 17 ++++++ gcc/cp/cp-tree.h | 8 ++- gcc/cp/decl2.c | 2 +- gcc/cp/method.c | 2 + gcc/cp/name-lookup.c | 11 ++++ gcc/cp/parser.c | 69 ++++++++++++++++++++--- gcc/cp/semantics.c | 4 +- gcc/testsuite/g++.dg/cpp0x/gen-attrs-58.C | 2 +- gcc/testsuite/g++.dg/cpp0x/gen-attrs-59.C | 9 ++- gcc/testsuite/g++.dg/cpp0x/gen-attrs-76.C | 7 ++- gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg6.C | 11 ++++ gcc/testsuite/g++.dg/cpp2a/spaceship-synth11.C | 29 ++++++++++ gcc/testsuite/g++.dg/gomp/attrs-11.C | 14 ++++- gcc/testsuite/g++.dg/gomp/attrs-12.C | 41 ++++++++++++++ gcc/testsuite/g++.dg/lookup/strong-using.C | 9 +++ gcc/testsuite/g++.dg/lookup/strong-using2.C | 9 +++ gcc/testsuite/gcc.target/i386/avx512f-pr101860.c | 5 ++ gcc/testsuite/gfortran.dg/PR82376.f90 | 5 +- 25 files changed, 284 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth11.C create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-12.C create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr101860.c