https://gcc.gnu.org/g:f9338340056e435d36fee28b02b3dcf1cafc2524
commit r16-4716-gf9338340056e435d36fee28b02b3dcf1cafc2524 Author: Jeff Law <[email protected]> Date: Wed Oct 29 16:21:46 2025 -0600 [PR target/116662] Apply correct patch version I posted and committed the wrong patch version. This corrects that error. PR target/116662 gcc/ * config/riscv/riscv.cc (riscv_option_override): Apply correct version of the patch. Diff: --- gcc/config/riscv/riscv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc index 8880b199d415..e677da224da5 100644 --- a/gcc/config/riscv/riscv.cc +++ b/gcc/config/riscv/riscv.cc @@ -12046,7 +12046,7 @@ riscv_option_override (void) value to size fields within a structure is broken. Any 2^n byte value is functionally correct, but may not be performant. */ SET_OPTION_IF_UNSET (&global_options, &global_options_set, - param_destruct_interfere_size, 0); + param_destruct_interfere_size, 64); /* Function to allocate machine-dependent function status. */ init_machine_status = &riscv_init_machine_status;
