[LLVMbugs] [Bug 5148] bug report
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Oct 9 09:45:36 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5148
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Chris Lattner <clattner at apple.com> 2009-10-09 11:45:35 ---
This code is invalid: the array of integers on the stack is not sufficiently
aligned, so your pointer cast is invalid. Try this:
int __attribute__ ((aligned)) x[4], y[4], z[4];
--
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