Re: [PATCH] Tweak array_at_struct_end_p

2017-05-05 Thread Christophe Lyon
Hi, On 4 May 2017 at 11:07, Richard Biener wrote: > > The following picks the changes suggested as followup for PR80533 > that do not cause the warning regression on accessing a [0] array. > > Additionally the patch removes the unnecessary allow_compref of the > function. > > The question whethe

[PATCH] Tweak array_at_struct_end_p

2017-05-04 Thread Richard Biener
The following picks the changes suggested as followup for PR80533 that do not cause the warning regression on accessing a [0] array. Additionally the patch removes the unnecessary allow_compref of the function. The question whether we want to allow an array to extend into padding still stands.