OSDN Git Service

PR 23391
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 2005 12:26:12 +0000 (12:26 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 2005 12:26:12 +0000 (12:26 +0000)
commiteb105b17547a635a89cfece14ba96f170e817664
tree4d471877a47c52da8db1b99983435baf60e9e7e7
parent18369c3d30104cebb1f1382a25c78e029ddc8f15
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103109 138bc75d-0d04-0410-961f-82ee72b054a4
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