This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 3120ebf3228 c++: constexpr uninitialized union [PR120577] new d755d8107d3 vect: Fix VEC_WIDEN_PLUS_HI/LO choice for big-endian [PR118891] new 82f5dd231e2 aarch64: Fix neon-sve-bridge.c failures for big-endian new 7ff0631724d aarch64: Fix ZIP1 order in aarch64_expand_vector_init [PR118891] new 86ecf3e5832 aarch64: Fix general permutes of svbfloat16_ts [PR121027] new 43f59fcd1e3 aarch64: Tweak handling of general SVE permutes [PR121027]
The 5 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-sve.md | 24 ++++++++----------- gcc/config/aarch64/aarch64.cc | 28 ++++++++++++++++++---- gcc/config/aarch64/iterators.md | 27 ++++++++++----------- .../gcc.target/aarch64/sve/acle/general/perm_1.c | 14 +++++++++++ gcc/testsuite/gcc.target/aarch64/sve/permute_5.c | 10 ++++++++ gcc/tree-vect-stmts.cc | 2 ++ 6 files changed, 72 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/permute_5.c