This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/26800] ARM: creates 'strd' instructions for unaligned addresses
- From: "rearnsha at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2006 12:15:14 -0000
- Subject: [Bug c/26800] ARM: creates 'strd' instructions for unaligned addresses
- References: <bug-26800-3461@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from rearnsha at gcc dot gnu dot org 2006-03-22 12:15 -------
Invalid. The AAPCS requires 8-byte alignment of double-word objects (and,
recursively any object containing such an object). Your struct contains a long
long, which is a double-word object.
See http://www.arm.com/products/DevTools/ABI.html for details.
--
rearnsha at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26800