https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120378
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Edwin Lu <e...@gcc.gnu.org>: https://gcc.gnu.org/g:d0c08415310d1daecb28f8fbfeef3d7f18b21d56 commit r16-3831-gd0c08415310d1daecb28f8fbfeef3d7f18b21d56 Author: Edwin Lu <e...@rivosinc.com> Date: Mon Sep 8 10:48:45 2025 -0700 RISC-V: Support vnclip idiom testcase [PR120378] This patch contains testcases for PR120378 after the change made to support the vnclipu variant of the SAT_TRUNC pattern. PR target/120378 gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/autovec/pr120378-1.c: New test. * gcc.target/riscv/rvv/autovec/pr120378-2.c: New test. * gcc.target/riscv/rvv/autovec/pr120378-3.c: New test. * gcc.target/riscv/rvv/autovec/pr120378-4.c: New test. Signed-off-by: Edwin Lu <e...@rivosinc.com>