OSDN Git Service

PR rtl-optimization/27661
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 May 2006 20:21:53 +0000 (20:21 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 May 2006 20:21:53 +0000 (20:21 +0000)
commit91e1886d605bd0e2f9c6565aa6f298f7a4cde206
tree4aeaea82a057fcb7aa1fa27177beff021d57bea8
parent0f9af572e6a7748ef677f1489f48505e358a2080
PR rtl-optimization/27661
* reload.c (find_reloads): When reloading a VOIDmode constant
as address due to an EXTRA_MEMORY_CONSTRAINT or 'o' constraint,
use Pmode as mode of the reload register.

PR rtl-optimization/27661
* gcc.dg/pr27661.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114141 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/reload.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr27661.c [new file with mode: 0644]