This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 212d8685e45 [PATCH 2/7] RISC-V: Fix uninitialized reg in memcpy new b039d06c9a8 [PATCH 3/7] RISC-V: Fix vector memcpy smaller LMUL generation new 44a81aaf73f hppa: Add LRA support
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/pa/pa.cc | 86 ++++++++++++++-------- gcc/config/pa/pa.opt | 4 + gcc/config/pa/predicates.md | 14 ++-- gcc/config/riscv/riscv-string.cc | 8 +- gcc/testsuite/gcc.target/riscv/rvv/base/cpymem-3.c | 85 +++++++++++++++++++++ .../gcc.target/riscv/rvv/vsetvl/pr112929-1.c | 2 +- .../gcc.target/riscv/rvv/vsetvl/pr112988-1.c | 2 +- 7 files changed, 158 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/cpymem-3.c