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