Committed, thanks Kito and Juzhe and sorry for inconvenient. Pan
-----Original Message----- From: Kito Cheng <[email protected]> Sent: Monday, May 22, 2023 6:05 PM To: [email protected] Cc: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; Li, Pan2 <[email protected]> Subject: Re: [PATCH] RISC-V: Fix typo of multiple_rgroup-2.h ok On Mon, May 22, 2023 at 6:02 PM <[email protected]> wrote: > > From: Juzhe-Zhong <[email protected]> > > 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) > > gcc/testsuite/ChangeLog: > > * gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.h: Fix typo > > --- > .../gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.h > b/gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.h > index 7b12c656779..045a76de45f 100644 > --- a/gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.h > +++ b/gcc/testsuite/gcc.target/riscv/rvv/autovec/partial/multiple_rgroup-2.h > @@ -487,7 +487,7 @@ > __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; > \ > -- > 2.36.3 >
