tree-ssa-alias.c (indirect_refs_may_alias_p): Do not treat arrays with same type...
commita41e62e743af77da51413bd6f865f4c270f11674
authorRichard Biener <rguenth@gcc.gnu.org>
Thu, 1 Dec 2016 12:22:32 +0000 (1 12:22 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 1 Dec 2016 12:22:32 +0000 (1 12:22 +0000)
tree0bb6e979e59d10f3a0fc82f0f8851c637f94614a
parenta1fc386ac283d309eb6af8cf7b009d528bc52a9a
tree-ssa-alias.c (indirect_refs_may_alias_p): Do not treat arrays with same type as objects that cannot overlap.

2016-12-01  Richard Biener  <rguenther@suse.de>

* tree-ssa-alias.c (indirect_refs_may_alias_p): Do not
treat arrays with same type as objects that cannot overlap.

* gcc.dg/torture/alias-2.c: New testcase.

From-SVN: r243107
gcc/tree-ssa-alias.c