* cselib.c (cselib_hash_rtx): Perform addition in unsigned
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2014 09:27:54 +0000 (09:27 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2014 09:27:54 +0000 (09:27 +0000)
commit0274601cb3f228abb6b7fa1d895606250e3f5868
tree0a1161c992db7af1af2107a57cc510c6a2082954
parent38f165ba0b555850e2f2d7976dc88da8fdb757a4
* cselib.c (cselib_hash_rtx): Perform addition in unsigned
type to avoid signed integer overflow.
* explow.c (plus_constant): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208804 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cselib.c
gcc/explow.c