re PR rtl-optimization/14782 (produces an unaligned data access at -O2)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Mon, 21 Jun 2004 23:49:04 +0000 (23:49 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 21 Jun 2004 23:49:04 +0000 (23:49 +0000)
commitcae80939b64ac547c253fbb53f4c91c67d9e8ad5
tree849135555b08d2fca700a6e4b72f2efaba5ccb2f
parenta90fc8e0f36a0d855d46085d48b3f8c4c9a5698e
re PR rtl-optimization/14782 (produces an unaligned data access at -O2)

PR rtl-optimization/14782
* pa.c (emit_move_sequence): Use SFmode for 4-byte modes when doing
the address checks for secondary reloads for loads from and stores
to floating-point registers.
* pa.h (EXTRA_CONSTRAINT, case T): Use SFmode for 4-byte modes
in the address check.  Move work around for ELF32 targets to
GO_IF_LEGITIMATE_ADDRESS.
(GO_IF_LEGITIMATE_ADDRESS): Require constant offsets to be
correctly aligned for DImode loads and stores.  Don't allow long
SFmode displacements on ELF32.

From-SVN: r83464
gcc/ChangeLog
gcc/config/pa/pa.c
gcc/config/pa/pa.h