This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from aefa9e6f2d0 aarch64: Fix issue with __pld builtin at -O0 [PR 123548] new a60ad47c00e [RISC-V][PR target/120642] Avoid propagating constant AVL f [...] new a4abdfc2211 [RISC-V][PR target/122051] Fix pmode_reg_or_uimm5_operand f [...]
The 2 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/riscv/predicates.md | 11 +++++----- gcc/config/riscv/riscv-avlprop.cc | 2 +- gcc/testsuite/gcc.target/riscv/pr122051.c | 24 ++++++++++++++++++++++ .../gcc.target/riscv/rvv/xtheadvector/pr120642.c | 4 ++++ 4 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/pr122051.c create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr120642.c