Hi,
On Wed, 4 Apr 2018, Richard Biener wrote:
> Bootstrapped and tested ...?
Err, yes, on x86-64, with all languages and without regressions.
> OK.
r259083.
Ciao,
Michael.
On Wed, Apr 4, 2018 at 3:34 PM, Michael Matz wrote:
> Hi,
>
> we shouldn't claim string overflows for character arrays at
> end of structures; the code that tries to avoid these
> accidentally passed the address of the accessed member to
> array_at_struct_end_p(), but that one wants the component_
Hi,
we shouldn't claim string overflows for character arrays at
end of structures; the code that tries to avoid these
accidentally passed the address of the accessed member to
array_at_struct_end_p(), but that one wants the component_ref
or array_ref itself. Needs updating of one testcase that
in