RE: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-13 Thread Li, Pan2 via Gcc-patches
Committed v6 with riscv.exp and rvv.exp passed, thanks Kito. Pan -Original Message- From: Li, Pan2 Sent: Monday, June 12, 2023 8:49 PM To: Kito Cheng ; Wang, Yanzhang Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai Subject: RE: [PATCH v5] RISC-V: Add vector psabi checking. Sure

RE: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Wang, Yanzhang via Gcc-patches
g ; gcc-patches@gcc.gnu.org; > juzhe.zh...@rivai.ai; Li, Pan2 > Subject: Re: [PATCH v5] RISC-V: Add vector psabi checking. > > Hmmm, yeah, I think let's add it case by case...I assume we should get it > rid before GCC 14, it is mostly used for the transition period before we > s

Re: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Kito Cheng via Gcc-patches
Hmmm, yeah, I think let's add it case by case...I assume we should get it rid before GCC 14, it is mostly used for the transition period before we settle down the ABI and for GCC 13. On Mon, Jun 12, 2023 at 10:34 PM Jeff Law wrote: > > > > On 6/12/23 07:36, Wang, Yanzhang via Gcc-patches wrote:

Re: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Jeff Law via Gcc-patches
On 6/12/23 07:36, Wang, Yanzhang via Gcc-patches wrote: I found that add the -Wno-psabi to CFLAGS will be overrode by dg-options. It seems we can only add this option to the third arg of dg-runtest. Attach the dg-runtest comments, I think we default to -Wno-psabi to avoid triggering

RE: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Wang, Yanzhang via Gcc-patches
hes@gcc.gnu.org; > juzhe.zh...@rivai.ai; Li, Pan2 > Subject: Re: [PATCH v5] RISC-V: Add vector psabi checking. > > How about appending to DEFAULT_CFLAGS? > > On Mon, Jun 12, 2023 at 9:38 PM Wang, Yanzhang via Gcc-patches patc...@gcc.gnu.org> wrote: > > > > I found th

Re: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Kito Cheng via Gcc-patches
> From: Kito Cheng > > Sent: Monday, June 12, 2023 8:43 PM > > To: Wang, Yanzhang > > Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; Li, Pan2 > > > > Subject: Re: [PATCH v5] RISC-V: Add vector psabi checking. > > > > Hi Yan-Zhang: > > >

RE: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Wang, Yanzhang via Gcc-patches
. # DEFAULT_EXTRA_OPTIONS is a set of options to pass if the testcase # doesn't specify any (with dg-option). > -Original Message- > From: Kito Cheng > Sent: Monday, June 12, 2023 8:43 PM > To: Wang, Yanzhang > Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; Li, Pan2 > > Subject:

RE: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Li, Pan2 via Gcc-patches
Sure thing, will commit it after all riscv.exp rvv.exp pass. Pan -Original Message- From: Kito Cheng Sent: Monday, June 12, 2023 8:43 PM To: Wang, Yanzhang Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; Li, Pan2 Subject: Re: [PATCH v5] RISC-V: Add vector psabi checking. Hi Yan

Re: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Kito Cheng via Gcc-patches
Hi Yan-Zhang: OK with one minor, go ahead IF the regression is clean. Hi Pan: Could you help to verify this patch and commit if the regression is clean? thanks :) > diff --git a/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp > b/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp > index

RE: [PATCH v5] RISC-V: Add vector psabi checking.

2023-06-12 Thread Wang, Yanzhang via Gcc-patches
I found there're still some test cases that does not pass. I'll push another version soon. Sorry for the inconvenience. > -Original Message- > From: Wang, Yanzhang > Sent: Monday, June 12, 2023 4:08 PM > To: gcc-patches@gcc.gnu.org > Cc: juzhe.zh...@rivai.ai; kito.ch...@sifive.com; Li,