2008-01-02 Sebastian Pop <sebastian.pop@amd.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jan 2008 21:59:38 +0000 (21:59 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Jan 2008 21:59:38 +0000 (21:59 +0000)
commite1feff4f744b5c403e2e8b38ce7224320e5e6c7a
tree8f3080092ee3ebe8740952177883effcd6d6bd3d
parent186f5fffe6b4255a2e552ba22aeb500b0f96cc81
2008-01-02  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/34458
* tree-data-ref.c (dd_int_cst_value): New.
(initialize_matrix_A, compute_overlap_steps_for_affine_1_2,
analyze_subscript_affine_affine, build_classic_dist_vector_1,
add_multivariate_self_dist, init_omega_eq_with_af): Use
dd_int_cst_value instead of int_cst_value.

* testsuite/gcc.dg/tree-ssa/pr34458.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131307 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr34458.c [new file with mode: 0644]
gcc/tree-data-ref.c