[LLVMbugs] [Bug 7523] New: Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) == Params[i]->getType()) && "Calling a function with a bad signature!"), function init, file Instructions.cpp, line 246.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 29 13:26:28 PDT 2010


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

           Summary: Assertion failed: ((i >= FTy->getNumParams() ||
                    FTy->getParamType(i) == Params[i]->getType()) &&
                    "Calling a function with a bad signature!"), function
                    init, file Instructions.cpp, line 246.
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=5140)
 --> (http://llvm.org/bugs/attachment.cgi?id=5140)
test case

pes delta$ clang++ IdentifierTable.cpp
Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) ==
Params[i]->getType()) && "Calling a function with a bad signature!"), function
init, file Instructions.cpp, line 246.
Stack dump:
0.      Program arguments: clang++ IdentifierTable.cpp 
1.      <eof> parser at end of file
2.      IdentifierTable.cpp:43:31: LLVM IR generation of declaration
'clang::IdentifierTable::AddKeywords'
3.      IdentifierTable.cpp:43:31: Generating code for declaration
'clang::IdentifierTable::AddKeywords'
4.      IdentifierTable.cpp:43:72: LLVM IR generation of compound statement
('{}')
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.



More information about the llvm-bugs mailing list