Re: [PATCH] riscv: Fix r15-9270 fallout on RISC-V

2025-04-10 Thread Robin Dapp
Tested with compilation of x86_64-linux -> riscv64-linux cross, ok for trunk? Yes. -- Regards Robin

[PATCH] riscv: Fix r15-9270 fallout on RISC-V

2025-04-09 Thread Jakub Jelinek
Hi! On Wed, Apr 09, 2025 at 02:38:01PM +0200, Mark Wielaard wrote: > Unfortunately this seems to have broken the riscv bootstrap: > https://builder.sourceware.org/buildbot/#/builders/337/builds/105 > > ../../gcc/gcc/config/riscv/riscv-vector-builtins.cc:4730:10: error: > enumeration value ‘TCTX_

Re: [PATCH] riscv: Fix r15-9270 fallout on RISC-V

2025-04-09 Thread Kito Cheng
Hi Jakub: Checked with SVE's implementation and seems right for RVV, so OK for trunk, thanks :) On Wed, Apr 9, 2025 at 9:24 PM Jakub Jelinek wrote: > > Hi! > > On Wed, Apr 09, 2025 at 02:38:01PM +0200, Mark Wielaard wrote: > > Unfortunately this seems to have broken the riscv bootstrap: > > http