This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e392078b54a [RS6000] PC-relative TLS support new 1dac11a9d45 * typeck.c (cp_build_binary_op): Sorry about <=> on VECTOR_TYPE. new 219d7929fd7 Implement P1946R0, Allow defaulting comparisons by value.
The 2 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/ChangeLog | 10 +++++ gcc/cp/decl.c | 5 +++ gcc/cp/decl2.c | 4 -- gcc/cp/method.c | 50 ++++++++++++++-------- gcc/cp/typeck.c | 7 +++ gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg1.C | 29 +++++++++++++ .../{spaceship-synth1.C => spaceship-synth4.C} | 14 +++--- .../{spaceship-synth1.C => spaceship-synth5.C} | 14 +++--- gcc/testsuite/g++.dg/cpp2a/spaceship-vec1.C | 11 +++++ 9 files changed, 109 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg1.C copy gcc/testsuite/g++.dg/cpp2a/{spaceship-synth1.C => spaceship-synth4.C} (60%) copy gcc/testsuite/g++.dg/cpp2a/{spaceship-synth1.C => spaceship-synth5.C} (65%) create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-vec1.C