]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: testsuite: fix syntax error for assembler scan
authorEdwin Lu <ewlu@rivosinc.com>
Thu, 27 Mar 2025 17:45:13 +0000 (10:45 -0700)
committerEdwin Lu <ewlu@rivosinc.com>
Thu, 27 Mar 2025 17:50:08 +0000 (10:50 -0700)
When the dg brackets were added, they forgot to add the brackets for the
scan-assembler-times directive.

Committed as obvious.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/autovec/vls/merge-4.c: Fix typo

Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/merge-4.c

index 30ef22f9f9ea1bc358bd4603e72ff4efca924756..4ae341a091e8e49cd0f86f66cb02c5927a2c375b 100644 (file)
@@ -3,6 +3,6 @@
 
 #include "../vls-vlmax/merge-4.c"
 
-/* { dg-final scan-assembler-times {\tvmerge.vvm} 11 } */
+/* { dg-final { scan-assembler-times {\tvmerge.vvm} 11 } } */
 /* { dg-final { scan-assembler-not {\tvms} } } */
 /* { dg-final { scan-assembler-times {\tvlm.v} 11 } } */