[LLVMbugs] [Bug 14949] Struct packing doesn't work properly on i386
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jan 14 09:19:35 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14949
Leszek Godlewski <llvm at inequation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Leszek Godlewski <llvm at inequation.org> 2013-01-14 11:19:35 CST ---
Nevermind, silly me. :) Apparently, the code I was working on was developed
using a different compiler that had sizeof(long long) == 8, which is not
necessarily true in gcc and clang.
I fixed it by tacking on an alignment to 8 attribute to the member `a'.
This is an invalid ticket.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list