We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f933834 commit 11c6463Copy full SHA for 11c6463
gcc/config/riscv/riscv.cc
@@ -12046,7 +12046,7 @@ riscv_option_override (void)
12046
value to size fields within a structure is broken. Any 2^n byte value
12047
is functionally correct, but may not be performant. */
12048
SET_OPTION_IF_UNSET (&global_options, &global_options_set,
12049
- param_destruct_interfere_size, 64);
+ param_destruct_interfere_size, 0);
12050
12051
/* Function to allocate machine-dependent function status. */
12052
init_machine_status = &riscv_init_machine_status;
0 commit comments