On 10/2/25 4:28 PM, Andrew Pinski wrote:
Anyway, bootstrapped and regression tested on x86_64. Verified it fixes the riscv fault and doesn't regress riscv64-elf and riscv32-elf. Bootstrap on riscv native targets will fire up overnight.+ is_a <scalar_int_mode> (mode, &int_mode) I think this should be just: is_a <scalar_int_mode> (mode) Since you don't use int_mode later on in the if.
Agreed. I'll adjust and retest. jeff
