This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16491] Unaligned accesses broken on ppc64
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jul 2004 14:33:01 -0000
- Subject: [Bug target/16491] Unaligned accesses broken on ppc64
- References: <20040712114526.16491.jakub@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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