[Bug target/16491] Unaligned accesses broken on ppc64
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jul 12 14:33:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-12 14:33 -------
This is basically a dup of bug 13674 anyways, if Geoff would just approve the patch this problem
would go away.
The reason why movdi_internal64 refuses to do non unaligned loads is because the ld instruction
needs a 4byte aligned offset which is different from what STRICT_ALIGNMENT and
SLOW_UNALIGNED_ACCESS will provide and it would just make it slower.
*** This bug has been marked as a duplicate of 13674 ***
*** This bug has been marked as a duplicate of 13674 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16491
More information about the Gcc-bugs
mailing list