Re: [PATCH] Change default of param not being smaller that min.

2017-02-22 Thread Jeff Law
redhat-linux and survives regression tests. Ready to be installed? Martin 0001-Change-default-of-param-not-being-smaller-that-min.patch From c4d196cb9ad7ace112e9013403323fea3ead69fc Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 17 Feb 2017 16:00:30 +0100 Subject: [PATCH] Change default o

Re: [PATCH] Change default of param not being smaller that min.

2017-02-21 Thread Martin Liška
survives regression tests. Ready to be installed? Martin >From c4d196cb9ad7ace112e9013403323fea3ead69fc Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 17 Feb 2017 16:00:30 +0100 Subject: [PATCH] Change default of param not being smaller that min. gcc/ChangeLog: 2017-02-17 Martin Liska

Re: [PATCH] Change default of param not being smaller that min.

2017-02-20 Thread Alexandre Oliva
On Feb 20, 2017, Richard Biener wrote: > On Fri, Feb 17, 2017 at 4:18 PM, Martin Liška wrote: >> Hello. >> >> We should not have a default value (different from -1) that is smaller than >> minimum. >> >> Ready to be installed after tests? > I think you should instead change the minimum value

Re: [PATCH] Change default of param not being smaller that min.

2017-02-20 Thread Richard Biener
On Fri, Feb 17, 2017 at 4:18 PM, Martin Liška wrote: > Hello. > > We should not have a default value (different from -1) that is smaller than > minimum. > > Ready to be installed after tests? I think you should instead change the minimum value. But OTOH I wonder why this is a --param at all...

[PATCH] Change default of param not being smaller that min.

2017-02-17 Thread Martin Liška
of param not being smaller that min. gcc/ChangeLog: 2017-02-17 Martin Liska * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 1. --- gcc/params.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/params.def b/gcc/params.def index 023ca727648..66929beeb2a 100