]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PR target/116662] Apply correct patch version
authorJeff Law <jlaw@ventanamicro.com>
Wed, 29 Oct 2025 22:21:46 +0000 (16:21 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Wed, 29 Oct 2025 22:21:46 +0000 (16:21 -0600)
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.

gcc/config/riscv/riscv.cc

index 8880b199d41547f4d06baac335e917e8314315eb..e677da224da545a0127d528d70c42fc02afd9ca2 100644 (file)
@@ -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;