> 
>       * gcc.dg/lto/alias-access-path-2.0.c: New testcase.
> 
>       * tree-ssa-alias.c (aliasing_component_refs_p): Do not give up
>       immediately after same_types_for_tbaa_p returns -1 and continue
>       looking for possible exact match; if matching types are arrays
>       watch for partial overlaps.
>       (indirect_ref_may_alias_decl_p): Watch for partial array overlaps.
>       (indirect_refs_may_alias_p): Do type based disambiguation first;
>       update comment.
> Index: testsuite/g++.dg/lto/pr88130_0.C
> ===================================================================
> --- testsuite/g++.dg/lto/pr88130_0.C  (nonexistent)
> +++ testsuite/g++.dg/lto/pr88130_0.C  (working copy)

Hi,
I have just noticed that I included unrelated testcase by accident,
please ignore it.

Honza

Reply via email to