Skip to content

Commit 11c6463

Browse files
committed
Revert "[PR target/116662] Apply correct patch version"
This reverts commit f933834.
1 parent f933834 commit 11c6463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/config/riscv/riscv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12046,7 +12046,7 @@ riscv_option_override (void)
1204612046
value to size fields within a structure is broken. Any 2^n byte value
1204712047
is functionally correct, but may not be performant. */
1204812048
SET_OPTION_IF_UNSET (&global_options, &global_options_set,
12049-
param_destruct_interfere_size, 64);
12049+
param_destruct_interfere_size, 0);
1205012050

1205112051
/* Function to allocate machine-dependent function status. */
1205212052
init_machine_status = &riscv_init_machine_status;

0 commit comments

Comments
 (0)