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

           Summary: lib/VMCore/Instructions.cpp:191: void
                    llvm::CallInst::init(llvm::Value*, llvm::Value*
                    const*, unsigned int): Assertion `(i >=
                    FTy->getNumParams() || FTy->getParamType(i) ==
                    Params[i]->getType()) && "Calling a function with a
                    bad signature!"' failed.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=6867)
 --> (http://llvm.org/bugs/attachment.cgi?id=6867)
Failing input

Compile the attached preprocessed input with clang -c to get the assertion.

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