On Thu, Jun 20, 2019 at 4:16 PM Jan Hubicka wrote:
>
> Hi,
> as discussed earlier this patch drops ref2_is_decl from
> aliasing_component_refs. This parameter makes it to assume that all
> access path may not continue by reference to DECL which is not true
> because in gimple memory model we allo
Hi,
as discussed earlier this patch drops ref2_is_decl from
aliasing_component_refs. This parameter makes it to assume that all
access path may not continue by reference to DECL which is not true
because in gimple memory model we allow to store value of completely
unrealted type to it. I have als