]> gcc.gnu.org Git - gcc.git/commitdiff
RISC-V: Fix typo of multiple_rgroup-2.h
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Mon, 22 May 2023 10:38:26 +0000 (18:38 +0800)
committerJeff Law <jlaw@ventanamicro.com>
Fri, 14 Jul 2023 02:05:25 +0000 (20:05 -0600)
Just notice this following fail in the regression:
FAIL: gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.c (test for
excess errors)
FAIL: gcc.target/riscv/rvv/autovec/partial/multiple_rgroup_run-2.c (test
for excess errors)

Signed-off-by: Juzhe-Zhong <juzhe.zhong@rivai.ai>
gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.h: Fix
typo

gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.h

index 7b12c656779139d53cc68255e33f0e18d6228057..045a76de45fb2eef3d4b165ba69f9c4819de622d 100644 (file)
        __builtin_abort ();                                                    \
     }
 
-#defitree-vect-loop.ccne run_10(TYPE1, TYPE2, TYPE3)                                             \
+#define run_10(TYPE1, TYPE2, TYPE3)                                             \
   int n_10_##TYPE1_##TYPE2_##TYPE3 = 777;                                       \
   TYPE1 x_10_##TYPE1 = 222;                                                     \
   TYPE1 x2_10_##TYPE1 = 111;                                                    \
This page took 0.068232 seconds and 5 git commands to generate.