This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from cedc5812df7 Daily bump. new 08842ad274f Fix memory constraint on MVE v[ld/st][2/4] instructions [PR107714]
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: gcc/config/arm/arm-protos.h | 1 + gcc/config/arm/arm.c | 18 ++ gcc/config/arm/constraints.md | 5 + gcc/config/arm/mve.md | 8 +- gcc/config/arm/predicates.md | 4 + .../arm/mve/intrinsics/vldst24q_reg_offset.c | 300 +++++++++++++++++++++ 6 files changed, 332 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/vldst24q_reg_offset.c