re PR tree-optimization/26992 (Internal Compiler Error in dwarf2out.c:7607 build_poly...
authorSebastian Pop <pop@cri.ensmp.fr>
Mon, 3 Apr 2006 09:59:38 +0000 (11:59 +0200)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 3 Apr 2006 09:59:38 +0000 (09:59 +0000)
commit16a2acea0aca10ade467f2e15bde2bc956d6528e
treeab5d9744d365b3c1b20dc31edbcd78f31b409562
parente15e9be3a89ff6ca1efba612f9732d568e1ef3fc
re PR tree-optimization/26992 (Internal Compiler Error in dwarf2out.c:7607 build_polynomial_chrec)

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.

From-SVN: r112635
gcc/ChangeLog
gcc/tree-data-ref.c
gcc/tree-scalar-evolution.c