This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 37753588116 arm: Fix wrong code generated for mve scatter store with wr [...] new 6c6e0cafa38 Adjust BB vectorization SLP build heuristics new 90042c43a92 arm: Fix the warning -mcpu=cortex-m55 conflicting with -mar [...] new 57dd4e7bb75 Allow self configured definition of _WRS_VXWORKS_MAJOR new 2d23fd23bbb Fix the vxworks crtstuff handling of kernel/rtp variations new 4cde835fd7a Stub out VX_ENTER_TLS_DTOR for VxWorks != 6 new 21295f44f31 Fix leftover _VXW_PRE_69 in gthr-vxworks.h new 0aeeda8fc29 Add missing #include <taskLib.h> in gthr-vxworks.c new e94d5836e54 Inhibit support for gthread condvars on VxWorks < 6 new a6590686f72 Inhibit support for C++0x threads on VxWorks < 6
The 9 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/arm/arm.c | 3 ++- gcc/config/vxworks.h | 3 +-- gcc/config/vxworks/_vxworks-versions.h | 20 +++++++++++--- gcc/testsuite/gcc.dg/vect/bb-slp-53.c | 20 ++++++++++++++ .../gcc.target/arm/mve/intrinsics/pr97327.c | 8 ++++++ gcc/tree-vect-slp.c | 31 +++++++++++++++++----- libgcc/config/gthr-vxworks-cond.c | 4 +++ libgcc/config/gthr-vxworks-thread.c | 4 +++ libgcc/config/gthr-vxworks-tls.c | 22 ++++++++++----- libgcc/config/gthr-vxworks.c | 1 + libgcc/config/gthr-vxworks.h | 14 +++++++--- libgcc/config/t-vxcrtstuff | 12 ++++----- 12 files changed, 113 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-53.c create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/pr97327.c