This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 60bd3f20bae Introduce flag_cunroll_grow_size for cunroll and avoid enab [...] new 9014cb7c169 c++: Fix consteval operator handling. new 78b191351ba c++: More P2002 operator<=> refinements. new f8e16e23d0a c++: Allow defaulted comparison outside class.
The 3 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/call.c | 2 +- gcc/cp/method.c | 85 +++++++++++++++-------- gcc/testsuite/g++.dg/cpp2a/consteval17.C | 11 +++ gcc/testsuite/g++.dg/cpp2a/spaceship-err4.C | 6 +- gcc/testsuite/g++.dg/cpp2a/spaceship-friend1.C | 26 +++++++ gcc/testsuite/g++.dg/cpp2a/spaceship-ref1.C | 12 ++++ gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg4.C | 20 ++++++ gcc/testsuite/g++.dg/cpp2a/spaceship-union1.C | 12 ++++ 8 files changed, 140 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval17.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-friend1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-ref1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg4.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-union1.C