------- Comment #7 from janis at gcc dot gnu dot org 2006-03-02 21:25 ------- The test started failing on mainline (before the 4.1 branch) with this patch:
http://gcc.gnu.org/viewcvs?view=rev&rev=103109 r103109 | spop | 2005-08-15 12:26:12 +0000 (Mon, 15 Aug 2005) | 8 lines 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. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26524