]> git.ipfire.org Git - thirdparty/gcc.git/commit
fold-const.c (fold_binary_loc): Use unsigned rather than signed HOST_WIDE_INTs when...
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 20 Nov 2013 11:56:44 +0000 (11:56 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 20 Nov 2013 11:56:44 +0000 (11:56 +0000)
commit51935318726e8403eaaa6bb74b441f4730ff1689
tree351403a0f3ed8457cc8435ac88387cb1cae6f1bf
parent6b3b8c27548006b33b6cf3bb57889b6e460cd231
fold-const.c (fold_binary_loc): Use unsigned rather than signed HOST_WIDE_INTs when folding (x >> c) << c.

gcc/
* fold-const.c (fold_binary_loc): Use unsigned rather than signed
HOST_WIDE_INTs when folding (x >> c) << c.

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