This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bde7cf99866 x86: Compile avx2-vpcmpgtq-1.c with -fno-fuse-ops-with-vola [...] new 1db03274f13 vect: move the condition down into the loop checking every [...] new 33a3834398d AArch64: fix subregs in boolean reductions [PR123026] new 5d8455b072b libstdc++: Move std::cmp_equal, std::cmp_less etc. to new file new 5584b489341 tree-optimization/123038 - FFS/CTZ pattern incompatible wit [...]
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/config/aarch64/aarch64-simd.md | 12 +-- gcc/testsuite/gcc.dg/vect/pr123038.c | 8 ++ gcc/testsuite/gcc.target/aarch64/pr123026.c | 21 +++++ gcc/tree-vect-patterns.cc | 14 ++++ gcc/tree-vect-stmts.cc | 49 ++++++------ libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/intcmp.h | 120 ++++++++++++++++++++++++++++ libstdc++-v3/include/std/latch | 2 +- libstdc++-v3/include/std/utility | 72 +---------------- 10 files changed, 197 insertions(+), 103 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr123038.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr123026.c create mode 100644 libstdc++-v3/include/bits/intcmp.h