This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6c2a1d79eb RISC-V: Add LCM delete block predecessors dump information new f251bbfec91 aarch64: Avoid paradoxical subregs in UXTL split [PR113485] new 8eead1148cd aarch64: Handle overlapping registers in movv8di [PR113550] new c3de14ba1ba aarch64: Fix out-of-bounds ENCODED_ELT access [PR113572]
The 3 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 | 35 ++++++++++++++---- gcc/config/aarch64/aarch64-sve-builtins.cc | 2 +- gcc/testsuite/gcc.target/aarch64/pr113485.c | 25 +++++++++++++ gcc/testsuite/gcc.target/aarch64/pr113550.c | 48 +++++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr113573.c | 40 +++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr113572.c | 12 +++++++ 6 files changed, 154 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113485.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113550.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113573.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr113572.c