------- Comment #8 from pinskia at gcc dot gnu dot org 2006-05-26 18:41 ------- The problem is here with that patch: + if (!FLOAT_TYPE_P (type)) + arg11 = build_int_cst (type, 1); + else + arg11 = build_real (type, dconst1);
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27773