Re: [PATCH] Mark param_max_combine_insns with Optimization keyword.

2020-01-06 Thread Jeff Law
On Thu, 2020-01-02 at 12:07 +0100, Martin Liška wrote: > Hi. > > The param is changed here: > >/* Restrict the amount of work combine does at -Og while retaining > most of its useful transforms. */ >if (opts->x_optimize_debug) > SET_OPTION_IF_UNSET (opts, opts_set, param_max_c

Re: [PATCH] Mark param_max_combine_insns with Optimization keyword.

2020-01-06 Thread Martin Liška
On 1/3/20 5:12 PM, Segher Boessenkool wrote: Hi! On Thu, Jan 02, 2020 at 12:07:27PM +0100, Martin Liška wrote: The param is changed here: /* Restrict the amount of work combine does at -Og while retaining most of its useful transforms. */ if (opts->x_optimize_debug) SET_OPTIO

Re: [PATCH] Mark param_max_combine_insns with Optimization keyword.

2020-01-03 Thread Segher Boessenkool
Hi! On Thu, Jan 02, 2020 at 12:07:27PM +0100, Martin Liška wrote: > The param is changed here: > > /* Restrict the amount of work combine does at -Og while retaining > most of its useful transforms. */ > if (opts->x_optimize_debug) > SET_OPTION_IF_UNSET (opts, opts_set, param_max_co