This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from 1de7ca5efe7 Merge trunk dded5f78ccb c++: template and clone fns for modules adds f7251a2c103 if-to-switch: fix matching of negative conditions adds 447f99b3b8b Avoid atomic for guard acquire when that is expensive adds a988a398d6d c++: Distinguish ambiguity from no valid candidate adds 4ed1dc1275b c++: Fix defaulted <=> fallback to < and == [PR96299] adds 570c312c03e c++: Originating and instantiating module new 22dd3773a0b Merge trunk 570c312c03e c++: Originating and instantiating module
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: ChangeLog.modules | 3 + gcc/cp/call.c | 4 + gcc/cp/constexpr.c | 2 +- gcc/cp/cp-gimplify.c | 2 +- gcc/cp/cp-tree.h | 9 +- gcc/cp/decl2.c | 33 +++++- gcc/cp/method.c | 115 +++++++++++++++----- gcc/gimple-if-to-switch.cc | 6 ++ gcc/testsuite/g++.dg/cpp2a/spaceship-p1186.C | 117 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg2.C | 4 +- gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-10.c | 44 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr98182.c | 18 ++++ .../comparisons/algorithms/partial_order.cc | 4 +- 13 files changed, 326 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-p1186.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-10.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr98182.c