Re: [PATCH, 3/6] Add recursion to make_param_constraints

2015-11-02 Thread Richard Biener
On Sun, 1 Nov 2015, Tom de Vries wrote: > On 01/11/15 19:03, Tom de Vries wrote: > > > > So, the new patch series is: > > > > 1Rename make_restrict_var_constraints to make_param_constraints > > 2Handle recursive restrict in function parameter > > > > I'll repost in reply to

Re: [PATCH, 3/6] Add recursion to make_param_constraints

2015-11-02 Thread Tom de Vries
On 02/11/15 16:25, Richard Biener wrote: On Sun, 1 Nov 2015, Tom de Vries wrote: >On 01/11/15 19:03, Tom de Vries wrote: > > > >So, the new patch series is: > > > > 1Rename make_restrict_var_constraints to make_param_constraints > > 2Handle recursive restrict in function

Re: [PATCH, 3/6] Add recursion to make_param_constraints

2015-11-01 Thread Tom de Vries
On 01/11/15 19:03, Tom de Vries wrote: So, the new patch series is: 1Rename make_restrict_var_constraints to make_param_constraints 2Handle recursive restrict in function parameter I'll repost in reply to this message. This no-functional-changes patch: - moves the one

Re: [PATCH, 3/6] Add recursion to make_param_constraints

2015-11-01 Thread Tom de Vries
On 27/10/15 13:56, Tom de Vries wrote: On 27/10/15 13:24, Tom de Vries wrote: Thinking it over a bit more, I realized the constraint handling started to be messy. I've reworked the patch series to simplify that first. 1Simplify constraint handling 2Rename

[PATCH, 3/6] Add recursion to make_param_constraints

2015-10-27 Thread Tom de Vries
On 27/10/15 13:24, Tom de Vries wrote: Thinking it over a bit more, I realized the constraint handling started to be messy. I've reworked the patch series to simplify that first. 1Simplify constraint handling 2Rename make_restrict_var_constraints to make_param_constraints