On Fri, 2020-01-03 at 16:18 +0100, Martin Liška wrote:
> Hello.
>
> The patch introduces Optimization keyword for various
> parameters that influence an optimization that operates
> on function level (TREE/RTL). I manually grepped for
> each occurrence and verified that it's really used
> within a function context.
>
> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
>
> Ready to be installed?
> Thanks,
> Martin
>
> gcc/ChangeLog:
>
> 2020-01-03 Martin Liska <mli...@suse.cz>
>
> * params.opt: Add Optimization for various parameters.
> ---
> gcc/params.opt | 336 ++++++++++++++++++++++++-------------------------
> 1 file changed, 168 insertions(+), 168 deletions(-)
>
>
OK
jeff