[LLVMbugs] [Bug 10321] New: 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.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jul 10 12:44:19 PDT 2011
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: unassignedbugs at nondot.org
ReportedBy: joerg at NetBSD.org
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list