This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 805329e09ce Doc: Fix Texinfo warning in install.texi new 580f571be6c RISC-V: unrecognizable insn ICE in xtheadvector/pr114194.c [...]
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/riscv/riscv-string.cc | 6 +-- gcc/config/riscv/riscv-v.cc | 10 ++--- .../riscv/rvv/xtheadvector/pr114194-rv32.c | 51 ++++++++++++++++++++++ .../xtheadvector/{pr114194.c => pr114194-rv64.c} | 5 +-- .../gcc.target/riscv/rvv/xtheadvector/pr118601.c | 18 ++++++++ 5 files changed, 79 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr114194-rv32.c rename gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/{pr114194.c => pr114194-rv6 [...] create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr118601.c