fold-const.c (const_binop): Remove 'notrunc' argement.
commit43a5d30b9a1c2a90daf7fe3b857be138aebb8e23
authorAnatoly Sokolov <aesok@post.ru>
Thu, 24 Jun 2010 19:11:19 +0000 (24 23:11 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Thu, 24 Jun 2010 19:11:19 +0000 (24 23:11 +0400)
treeebcaeb7bc74794383a65bcfcf87a312d5800ef1b
parent9ab1f9c70e551be4152a328b838d8b4a65289336
fold-const.c (const_binop): Remove 'notrunc' argement.

* fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
recursive call and call to 'int_const_binop'.
(build_range_check, fold_cond_expr_with_comparison, unextend,
fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
multiple_of_p): Adjust call to const_binop.

From-SVN: r161336
gcc/ChangeLog
gcc/fold-const.c