Re: [PATCH] RISC-V: Add ABI requirement for XTheadFMemIdx tests

2023-11-07 Thread Christoph Müllner
On Tue, Nov 7, 2023 at 2:19 AM Kito Cheng wrote: > > LGTM, and maybe change stdint.h to stdint-gcc.h in > xtheadmemidx-helpers.h? that could make it more portable on multi-lib > testing. Can be found here: https://gcc.gnu.org/pipermail/gcc-patches/2023-November/635508.html Thanks! > > On Tue, N

Re: [PATCH] RISC-V: Add ABI requirement for XTheadFMemIdx tests

2023-11-06 Thread Kito Cheng
LGTM, and maybe change stdint.h to stdint-gcc.h in xtheadmemidx-helpers.h? that could make it more portable on multi-lib testing. On Tue, Nov 7, 2023 at 3:44 AM Christoph Muellner wrote: > > From: Christoph Müllner > > The XTheadFMemIdx tests set the required ABI for RV32, but not > for RV64, wh

[PATCH] RISC-V: Add ABI requirement for XTheadFMemIdx tests

2023-11-06 Thread Christoph Muellner
From: Christoph Müllner The XTheadFMemIdx tests set the required ABI for RV32, but not for RV64, which has the effect that the tests are expected to succeed for RV64/LP64. Let's set the ABI to LP64D in these tests to clarify the requirements. Signed-off-by: Christoph Müllner gcc/testsuite/Cha