OSDN Git Service

PR middle-end/32457
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jul 2007 07:04:31 +0000 (07:04 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jul 2007 07:04:31 +0000 (07:04 +0000)
commit4ee81b10386aeaf0cd5f427667e71d21bae7fd4b
treea468889a2bba45ebdecbed47453ea60ae500369c
parent9cdfb8351c056b3cadb3860a4478fc881e056007
PR middle-end/32457
* tree-data-ref.c (analyze_siv_subscript_cst_affine,
compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
init_omega_for_ddr_1): Use non conservative number of iterations
estimations.
(analyze_subscript_affine_affine): Use HOST_WIDE_INT instead of int.
(analyze_siv_subscript): Remove FIXME and reinitialization of
last_conflicts to chrec_dont_know.
* testsuite/gfortran.dg/vect/pr32457.f90: New.

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