]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-ssa-loop-prefetch.c
re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 18 Aug 2011 11:30:42 +0000 (11:30 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 18 Aug 2011 11:30:42 +0000 (11:30 +0000)
commit4c9cf7af89d0800e1f8fdeeba03ea41cdc3115f1
treefbdfd26aa897edd883893073cf2f3b2ed9769b4a
parent97919ae7b65c192b0fdb6dfa6abdebd63a3f4ba9
re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)

2011-08-18  Paolo Carlini  <paolo.carlini@oracle.com>
    Joseph Myers  <joseph@codesourcery.com>

PR tree-optimization/49963
* hwint.c (absu_hwi): Define.
* hwint.h (absu_hwi): Declare.
* fold-const.c (fold_plusminus_mult_expr): Use absu_hwi instead
of abs_hwi.
* tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
* tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.

Co-Authored-By: Joseph Myers <joseph@codesourcery.com>
From-SVN: r177848
gcc/ChangeLog
gcc/fold-const.c
gcc/hwint.c
gcc/hwint.h
gcc/tree-ssa-loop-prefetch.c
gcc/tree-ssa-math-opts.c