[LLVMbugs] [Bug 8937] [MC x86] gas knows a default size for stack access?

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Jan 8 17:18:55 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=8937

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Chris Lattner <clattner at apple.com> 2011-01-08 19:18:55 CST ---
The MC assembler is behaving correctly.  There is nothing that specifies the
size for the operation, and you'll see that it picks a "default size" even if
not referencing ESP.  Please add an explicit suffix.

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