]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Fix one typo in full-vec-movel test
authorPan Li <pan2.li@intel.com>
Tue, 13 Jun 2023 07:13:48 +0000 (15:13 +0800)
committerPan Li <pan2.li@intel.com>
Tue, 13 Jun 2023 07:26:34 +0000 (15:26 +0800)
This patch would like to fix one typo when checking assembly of
full-vec-movel.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/autovec/vls-vlmax/full-vec-move1.c:
Adjust dg-do to comiple for asm checking.

gcc/testsuite/gcc.target/riscv/rvv/autovec/vls-vlmax/full-vec-move1.c

index c1119cddee7906a33ddf371b317df2efba1672d0..c32c31ecd69524c1e8aac7b47b88a7ab192fa81e 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { target { riscv_vector } } } */
+/* { dg-do compile } */
 /* { dg-additional-options "-std=c99 -O3 -march=rv64gcv_zvl128b -fno-vect-cost-model --param=riscv-autovec-preference=fixed-vlmax" } */
 
 #include <stdint-gcc.h>