[committed] Handle recursive restrict in function parameter

2015-11-04 Thread Tom de Vries
On 04/11/15 10:28, Richard Biener wrote: I think I can postpone the creation of the heapvar till where you suggest in >create_variable_info_for_1, but I'd still need a means >to communicate the TREE_TYPE (field_type) from push_fields_onto_fieldstack to >create_variable_info_for_1. > >A simple

Re: [gomp4,committed] Handle recursive restrict in function parameter

2015-11-04 Thread Tom de Vries
On 03/11/15 14:58, Tom de Vries wrote: This patch adds handling of all the restrict qualifiers in the type of a function parameter. And committed to gomp-4_0-branch. I've reverted this patch, and backported the version from trunk. Committed as attached. Thanks, - Tom [PATCH 1/2] Revert

[gomp4,committed] Handle recursive restrict in function parameter

2015-11-03 Thread Tom de Vries
[ was: Re: [PATCH, 2/2] Handle recursive restrict in function parameter ] On 03/11/15 14:46, Tom de Vries wrote: On 01/11/15 19:20, 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