Re: [PATCH] RISC-V: Add (u)int8_t to binop tests.

2023-06-14 Thread Jeff Law via Gcc-patches
On 6/14/23 01:23, juzhe.zh...@rivai.ai wrote: LGTM Likewise. jeff

Re: [PATCH] RISC-V: Add (u)int8_t to binop tests.

2023-06-14 Thread juzhe.zh...@rivai.ai
LGTM juzhe.zh...@rivai.ai From: Robin Dapp Date: 2023-06-14 15:16 To: gcc-patches; palmer; Kito Cheng; juzhe.zh...@rivai.ai; jeffreyalaw CC: rdapp.gcc Subject: [PATCH] RISC-V: Add (u)int8_t to binop tests. Hi, this patch adds the missing (u)int8_t types to the binop tests. I suggest in the

[PATCH] RISC-V: Add (u)int8_t to binop tests.

2023-06-14 Thread Robin Dapp via Gcc-patches
Hi, this patch adds the missing (u)int8_t types to the binop tests. I suggest in the future we have the testsuite pass -march=rv32gcv as well as -march=rv64gcv as options to each test case instead of essentially duplicate the files as we do now. Regards Robin gcc/testsuite/ChangeLog: