tree-ssa-alias.c (indirect_refs_may_alias_p): Do not treat arrays with same type...
authorRichard Biener <rguenther@suse.de>
Thu, 1 Dec 2016 12:15:44 +0000 (12:15 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 1 Dec 2016 12:15:44 +0000 (12:15 +0000)
commita1fc386ac283d309eb6af8cf7b009d528bc52a9a
tree40f83cfc23b7f3fecf0c7248efe7f80b8a494a52
parentb0da97091dbeca1e2653208febaa747f4e5a85bb
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: r243106
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/alias-2.c [new file with mode: 0644]