]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)
authorSebastian Pop <sebastian.pop@amd.com>
Thu, 3 Jan 2008 21:59:38 +0000 (21:59 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 3 Jan 2008 21:59:38 +0000 (21:59 +0000)
commit2726bafeee02a584d1ceb8bd1a50544b348590ec
tree8f3080092ee3ebe8740952177883effcd6d6bd3d
parent045685a9b58260227464e28fab7279e1ec35c9f0
re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)

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.

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