[LLVMbugs] [Bug 4549] Incompatible input / output inline asm constraints in glibc code

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Jul 13 11:01:31 PDT 2009


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


Dale Johannesen <dalej at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dalej at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Dale Johannesen <dalej at apple.com>  2009-07-13 13:01:29 ---
This fails for me only in 64-bit mode; I assume that's what you're using.  The
asm is matching a 32-bit int output with a 64-bit pointer input.  My
understanding is Chris doesn't want to support this.


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