]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/4520 (cselib.c hash_rtx incorrectly hashes based on rtx address)
authorRoger Sayle <roger@eyesopen.com>
Tue, 19 Sep 2006 21:25:28 +0000 (21:25 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 19 Sep 2006 21:25:28 +0000 (21:25 +0000)
commitad16c2fe8b753b7c9b98f65c127039451623bd3c
tree9a510036df6d8645a6dbe6979909bb59642edc79
parent8de44e495e2dd7804b245a0533e309de11653c55
re PR middle-end/4520 (cselib.c hash_rtx incorrectly hashes based on rtx address)

PR middle-end/4520
Backport from mainline
* cselib.c (cselib_hash_rtx): Avoid hashing on the address of labels
and symbols.  Instead use the implementation from cse.c's hash_rtx.

From-SVN: r117062
gcc/ChangeLog
gcc/cselib.c