This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16491] Unaligned accesses broken on ppc64


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]