[LLVMbugs] [Bug 871] assertion: Couldn't allocate output reg!
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Aug 29 12:17:54 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=871
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From sabre at nondot.org 2006-08-29 14:17 -------
This is due to use of fp stack in inline asm, which isn't supported yet. Try compiling with -
D__NO_MATH_INLINES to work around this until we can fix it.
-Chris
*** This bug has been marked as a duplicate of 879 ***
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list