Re: [PATCH] testsuite: enable effective-target sync_char_short on RISC-V

2025-01-07 Thread Jeff Law
On 1/7/25 8:35 AM, Andreas Schwab wrote: * lib/target-supports.exp (check_effective_target_sync_char_short): Enable for riscv*-*-*. I went ahead and pushed this as well. Thanks again, jeff

Re: [PATCH] testsuite: enable effective-target sync_char_short on RISC-V

2025-01-07 Thread Jeff Law
On 1/7/25 8:35 AM, Andreas Schwab wrote: * lib/target-supports.exp (check_effective_target_sync_char_short): Enable for riscv*-*-*. OK jeff

[PATCH] testsuite: enable effective-target sync_char_short on RISC-V

2025-01-07 Thread Andreas Schwab
* lib/target-supports.exp (check_effective_target_sync_char_short): Enable for riscv*-*-*. --- gcc/testsuite/lib/target-supports.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 5ce7b7976f9.