PR bootstrap/26992
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Apr 2006 09:59:38 +0000 (09:59 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Apr 2006 09:59:38 +0000 (09:59 +0000)
commitb92381b69baa2334e7976d7abc4b6e52ba3ab035
treeab5d9744d365b3c1b20dc31edbcd78f31b409562
parentbd24f1786770f64eda7c2c6b60cdcf8a2e9d5e5f
PR bootstrap/26992
* tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
chrec_is_positive, set_nb_iterations_in_loop): Use a variable for
the type of nb_iter.
(instantiate_parameters_1): Convert the operands before calling
chrec_fold_minus, chrec_fold_plus, or chrec_fold_multiply.
* tree-data-ref.c (can_use_analyze_subscript_affine_affine): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112635 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-scalar-evolution.c