[LLVMbugs] [Bug 5169] stack alignment?
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Oct 12 11:08:41 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5169
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Chris Lattner <clattner at apple.com> 2009-10-12 13:08:41 ---
This is invalid in two ways:
1) it is taking the address of "a" and incrementing it to get to another
variable on the stack. Stack layout is undefined.
2) inline asm isn't allowed to modify the stack pointer.
--
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