This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 95e1eca43d1 Combine avx_vec_concatv16si and avx512f_zero_extendv16hiv16 [...] new 2bdf17de1d0 Make -no-pie option work for native Windows new 3890c28ac5b c++: Fix up parsing of attributes for using-directive new c84f79e9e3f openmp: Diagnose omp::directive/sequence on using-directive new 9b7ab853bf3 c++: Fix ICE on defaulted spaceship with pointer return typ [...] new ef07b918a7a openmp: Diagnose another case of mixing parameter and attri [...] new 01f8a8b48e5 openmp: Diagnose syntax mismatches between declare target a [...]
The 6 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/config.in | 6 ++ 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 +++ 20 files changed, 268 insertions(+), 19 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