This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 210e2303be5 Loop split on semi-invariant conditional statement new 93962956230 * lto-streamer-in.c: Include alloc-pool.h. (freeing_strin [...] new b697a8fd7e0 Implement D1959R0, remove weak_equality and strong_equality. new 516a2e360b6 * optc-save-gen.awk: Generate cl_target_option_free and c [...] new 44dacb99078 PR ipa/92406 * ipa-fnsummary.c (analyze_function_body): U [...]
The 4 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/ChangeLog | 26 ++++ gcc/cp/ChangeLog | 8 ++ gcc/cp/method.c | 47 +------ gcc/cp/typeck.c | 13 +- gcc/ipa-fnsummary.c | 2 +- gcc/lto-streamer-in.c | 43 ++++--- gcc/lto-streamer.h | 1 + gcc/lto/ChangeLog | 4 + gcc/lto/lto.c | 4 + gcc/optc-save-gen.awk | 25 ++++ gcc/opth-gen.awk | 6 + gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1-neg.C | 25 ++++ gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1.C | 27 ---- gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1a.C | 12 -- gcc/testsuite/g++.dg/cpp2a/spaceship-scalar3.C | 18 +-- gcc/tree.c | 4 + libstdc++-v3/ChangeLog | 4 + libstdc++-v3/libsupc++/compare | 136 +-------------------- 18 files changed, 155 insertions(+), 250 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-scalar1-neg.C