Re: [PATCH] fixed testcase riscv/pr103302.c

2021-12-26 Thread Kito Cheng via Gcc-patches
Hi ShiHua: Thanks for the fix, committed with Andrew's comment and minor fix for commit comment. On Thu, Dec 23, 2021 at 3:41 PM Andrew Pinski via Gcc-patches wrote: > > On Wed, Dec 22, 2021 at 11:37 PM wrote: > > > > From: LiaoShihua > > > > because riscv32 not support __int128, so sk

Re: [PATCH] fixed testcase riscv/pr103302.c

2021-12-22 Thread Andrew Pinski via Gcc-patches
On Wed, Dec 22, 2021 at 11:37 PM wrote: > > From: LiaoShihua > > because riscv32 not support __int128, so skip if -march=rv32*. > > gcc/testsuite\ChangeLog: > * gcc.target/riscv/pr103302.c: skip if -march=rv32* > --- > gcc/testsuite/gcc.target/riscv/pr103302.c | 1 + > 1 file cha

[PATCH] fixed testcase riscv/pr103302.c

2021-12-22 Thread shihua
From: LiaoShihua because riscv32 not support __int128, so skip if -march=rv32*. gcc/testsuite\ChangeLog: * gcc.target/riscv/pr103302.c: skip if -march=rv32* --- gcc/testsuite/gcc.target/riscv/pr103302.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.target