re PR middle-end/54862 (error: comparison between signed and unsigned integer express...
authorJakub Jelinek <jakub@redhat.com>
Wed, 10 Oct 2012 10:40:35 +0000 (12:40 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 10 Oct 2012 10:40:35 +0000 (12:40 +0200)
commit0365ba7cd0e4c3800a7b3249455c7d9620325949
tree66d7a0dd67554633acdf73f382f98b92c700e5a0
parentf739e97a835efea413749d5505cd64fe1d0ad922
re PR middle-end/54862 (error: comparison between signed and unsigned integer expressions in simplify-rtx.c)

PR middle-end/54862
* simplify-rtx.c (simplify_truncation): Compare UINTVAL instead of
INTVAL of second argument with precision resp. op_precision.

From-SVN: r192302
gcc/ChangeLog
gcc/simplify-rtx.c