https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127269
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Pan Li <[email protected]>: https://gcc.gnu.org/g:f6069f819113ad5385993b09581508a05d1bb00c commit r17-4548-gf6069f819113ad5385993b09581508a05d1bb00c Author: Pan Li <[email protected]> Date: Mon Sep 21 10:34:33 2026 +0800 RISC-V: Add test cases for widening insn ICE [PR target/127269] Add the test cases for the ICE of the widening insn when the nregs of the dest is less than that of the src. PR target/127269 gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/base/pr127269-18.c: New test. * gcc.target/riscv/rvv/base/pr127269-19.c: New test. * gcc.target/riscv/rvv/base/pr127269-20.c: New test. * gcc.target/riscv/rvv/base/pr127269-21.c: New test. * gcc.target/riscv/rvv/base/pr127269-22.c: New test. Signed-off-by: Pan Li <[email protected]>
