]> git.ipfire.org Git - thirdparty/gcc.git/commit
emit-rtl.c (adjust_address_1): Reduce offset to a signed value that fits within Pmode.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 4 Mar 2009 01:57:29 +0000 (01:57 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 4 Mar 2009 01:57:29 +0000 (01:57 +0000)
commita6fe9ed43e2cb62e8616dbb825172b9e9db7ed98
tree09145ea9afe18888cc75a7347dcca1bd063003f5
parentdd7d0a4f8f91b346bb409b70a53351517668952f
emit-rtl.c (adjust_address_1): Reduce offset to a signed value that fits within Pmode.

* emit-rtl.c (adjust_address_1): Reduce offset to a signed value
that fits within Pmode.

testsuite:
* gcc.c-torture/compile/20090303-1.c,
gcc.c-torture/compile/20090303-2.c: New tests.

From-SVN: r144595
gcc/ChangeLog
gcc/emit-rtl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20090303-1.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/compile/20090303-2.c [new file with mode: 0644]