toolchain/gcc: bump GCC 6.1.0 to 6.2.0
[openwrt/openwrt.git] / toolchain / gcc / patches / 6.2.0 / 300-mips_Os_cpu_rtx_cost_model.patch
1 --- a/gcc/config/mips/mips.c
2 +++ b/gcc/config/mips/mips.c
3 @@ -17928,7 +17928,7 @@ mips_option_override (void)
4 flag_pcc_struct_return = 0;
5
6 /* Decide which rtx_costs structure to use. */
7 - if (optimize_size)
8 + if (0 && optimize_size)
9 mips_cost = &mips_rtx_cost_optimize_size;
10 else
11 mips_cost = &mips_rtx_cost_data[mips_tune];