]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-math-opts.c (do_shift_rotate, [...]): Cast 0xff to uint64_t before shifting...
authorJakub Jelinek <jakub@redhat.com>
Fri, 20 Jun 2014 06:30:19 +0000 (08:30 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 20 Jun 2014 06:30:19 +0000 (08:30 +0200)
commit88f5cfcd2bdc48b3def09453babc02d2821f9a60
tree62c9e67f61bb42960cddae702071f0e081ea7958
parent6d45574aa297574840e7b0d4ab3ec13f7d9d5b64
tree-ssa-math-opts.c (do_shift_rotate, [...]): Cast 0xff to uint64_t before shifting it up.

* tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
0xff to uint64_t before shifting it up.

From-SVN: r211837
gcc/ChangeLog
gcc/tree-ssa-math-opts.c