From: Jeff Law Date: Wed, 29 Oct 2025 23:31:45 +0000 (-0600) Subject: Revert "[PR target/116662] Apply correct patch version" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c6463b1deac8e55ed96c0d11ebeb6d5b07ad75;p=thirdparty%2Fgcc.git Revert "[PR target/116662] Apply correct patch version" This reverts commit f9338340056e435d36fee28b02b3dcf1cafc2524. --- diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc index e677da224da..8880b199d41 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, 64); + param_destruct_interfere_size, 0); /* Function to allocate machine-dependent function status. */ init_machine_status = &riscv_init_machine_status;