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

           Summary: Assertion failed: (Emitted && "Unable to issue a copy
                    instruction!\n"), function EmitSpecialNode, file
                    InstrEmitter.cpp, line 807.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


I am getting this when trying to:


clang -c -m32 -O2 comconsole.c

....warnings...


Assertion failed: (Emitted && "Unable to issue a copy instruction!\n"),
function EmitSpecialNode, file InstrEmitter.cpp, line 807.
Stack dump:
0.      Program arguments: clang -c -m32 -O2 comconsole.c 
1.      <eof> parser at end of file
2.      Code generation
3.      Running pass 'X86 DAG->DAG Instruction Selection' on function
'@comc_probe'
Abort (core dumped)

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to