------- Comment #8 from pinskia at gcc dot gnu dot org 2006-10-15 18:56 ------- The call int_const_binop to seems to be wrong, if the comment is correct the following is more correct: tree tmp = int_const_binop (TRUNC_DIV_EXPR, res, val1, 0);
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29439