re PR tree-optimization/23391 (Tree checking failure due to scev)
authorSebastian Pop <pop@cri.ensmp.fr>
Mon, 15 Aug 2005 12:26:12 +0000 (14:26 +0200)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 15 Aug 2005 12:26:12 +0000 (12:26 +0000)
commit7e0923cdbfa6810a361b86b7b76c9124cd911fc5
tree4d471877a47c52da8db1b99983435baf60e9e7e7
parent852c19aae40795aff2dabaee47422e65f99b116a
re PR tree-optimization/23391 (Tree checking failure due to scev)

PR 23391
* Makefile.in (tree-chrec.o): Depends on real.h.
* tree-chrec.c: Include real.h.
(chrec_fold_plus_poly_poly, chrec_fold_multiply_poly_poly,
chrec_fold_plus_1): Use build_real for SCALAR_FLOAT_TYPE_P.
* tree-scalar-evolution.c (add_to_evolution_1,
interpret_rhs_modify_expr): Ditto.

From-SVN: r103109
gcc/ChangeLog
gcc/Makefile.in
gcc/testsuite/gcc.dg/tree-ssa/pr23391.c [new file with mode: 0644]
gcc/tree-chrec.c
gcc/tree-scalar-evolution.c