re PR tree-optimization/34635 (tree check: expected polynomial_chrec, have integer_cs...
authorSebastian Pop <sebastian.pop@amd.com>
Thu, 3 Jan 2008 02:38:24 +0000 (02:38 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 3 Jan 2008 02:38:24 +0000 (02:38 +0000)
commit097392de6b7eb5cba34ed8f367ab79837d7cedd2
tree7b6ea1945bfbc46843c39712210b90e54ad59129
parent8c7cc333be628a708bac4b59d1745c2c91bdcdc3
re PR tree-optimization/34635 (tree check: expected polynomial_chrec, have integer_cst in add_multivariate_self_dist, at tree-data-ref.c:2813)

2007-12-19  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/34635
* tree-data-ref.c (add_other_self_distances): Make sure that the
evolution step is constant.

* gcc.dg/tree-ssa/pr34635.c: New.
* gcc.dg/tree-ssa/pr34635-1.c: New.

From-SVN: r131275
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr34635-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/pr34635.c [new file with mode: 0644]
gcc/tree-data-ref.c