Re: [PATCH, PR67742] Handle restrict struct fields recursively

2015-10-27 Thread Tom de Vries
On 27/10/15 08:25, Tom de Vries wrote: @@ -5968,7 +5990,16 @@ intra_create_variable_infos (struct function *fn) for (; p; p = vi_next (p)) { if (p->only_restrict_pointers) - make_constraint_from_global_restrict (p, "PARM_RESTRICT"); +

[PATCH, PR67742] Handle restrict struct fields recursively

2015-10-27 Thread Tom de Vries
[ was: Re: [PATCH, 1/2] Add handle_param parameter to create_variable_info_for_1 ] On 26/10/15 17:23, Tom de Vries wrote: Why does create_variable_info_for_1 only handle the single-field case? That is, I expected this to be handled by c_v_r_f_1 fully. Yep, that's the goal of PR67742. I've