Re: [PATCH] RISC-V: Add Profiles RVA/B23S64 support.

2025-06-24 Thread Jiawei
--- /dev/null +++ b/gcc/testsuite/gcc.target/riscv/arch-rvb23s.c @@ -0,0 +1,12 @@ +/* { dg-do compile } */ +/* { dg-options "-march=rva23s64 -mabi=lp64d" } */ rva23s64 -> rvb23s64 Thank you for pointing this out. On 6/24/25 3:38 AM, Jiawei wrote: This patch adds support for the RISC-V Pr

Re: [PATCH] RISC-V: Add Profiles RVA/B23S64 support.

2025-06-24 Thread Jeff Law
On 6/24/25 3:38 AM, Jiawei wrote: This patch adds support for the RISC-V Profiles RVA23S64 and RVB23S64. gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New Profiles. gcc/testsuite/ChangeLog: * gcc.target/riscv/arch-rva23s.c: New test. * gcc.target/riscv/arch-

Re: [PATCH] RISC-V: Add Profiles RVA/B23S64 support.

2025-06-24 Thread Dongsheng Song
On Tue, Jun 24, 2025 at 5:39 PM Jiawei wrote: > > This patch adds support for the RISC-V Profiles RVA23S64 and RVB23S64. > > gcc/ChangeLog: > > * common/config/riscv/riscv-common.cc: New Profiles. > > gcc/testsuite/ChangeLog: > > * gcc.target/riscv/arch-rva23s.c: New test. >

[PATCH] RISC-V: Add Profiles RVA/B23S64 support.

2025-06-24 Thread Jiawei
This patch adds support for the RISC-V Profiles RVA23S64 and RVB23S64. gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New Profiles. gcc/testsuite/ChangeLog: * gcc.target/riscv/arch-rva23s.c: New test. * gcc.target/riscv/arch-rvb23s.c: New test. --- gcc/common/co