re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c)
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 2 Aug 2011 20:26:57 +0000 (20:26 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 2 Aug 2011 20:26:57 +0000 (20:26 +0000)
commit9f8139900d3b6be84b303ad505cf5899e95d8ea2
treee10fd0869574a56b51a64d75685d2375a74ead7b
parentf315a6b438a961737d5a0def08b4957866b348c7
re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c)

2011-08-02  Paolo Carlini  <paolo.carlini@oracle.com>

PR bootstrap/49914
* fold-const.c (fold_plusminus_mult_expr): Use abs_hwi instead
of abs.
* tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
* tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.

From-SVN: r177212
gcc/ChangeLog
gcc/fold-const.c
gcc/tree-ssa-loop-prefetch.c
gcc/tree-ssa-math-opts.c