https://gcc.gnu.org/g:d3ddc93a9daa0924cf939508d192999487a9dd4c

commit r16-1043-gd3ddc93a9daa0924cf939508d192999487a9dd4c
Author: Liao Shihua <shi...@iscas.ac.cn>
Date:   Sun Jun 1 21:11:25 2025 -0600

    [PATCH] testsuite: RISC-V: Fix the typo in param-autovec-mode.c
    
    This patch fixes the typo in the test case `param-autovec-mode.c` in the 
RISC-V
    autovec testsuite.
    
    The option `autovec-mode` is changed to `riscv-autovec-mode` to match the
    expected parameter name.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/riscv/rvv/autovec/param-autovec-mode.c: Change
            `autovec-mode` to `riscv-autovec-mode` in dg-options.

Diff:
---
 gcc/testsuite/gcc.target/riscv/rvv/autovec/param-autovec-mode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/riscv/rvv/autovec/param-autovec-mode.c 
b/gcc/testsuite/gcc.target/riscv/rvv/autovec/param-autovec-mode.c
index b2ec8f9dc774..1ee7eb32e376 100644
--- a/gcc/testsuite/gcc.target/riscv/rvv/autovec/param-autovec-mode.c
+++ b/gcc/testsuite/gcc.target/riscv/rvv/autovec/param-autovec-mode.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -march=rv64gcv -mabi=lp64d --param=autovec-mode=V4QI 
-fdump-tree-vect-details" } */
+/* { dg-options "-O3 -march=rv64gcv -mabi=lp64d 
--param=riscv-autovec-mode=V4QI -fdump-tree-vect-details" } */
 
 /* By default we will use RVVM1SI mode for vectorization because N is not
    known.  Check that we use V4QI and create an epilogue when the autovec-mode

Reply via email to