[LLVMbugs] [Bug 3687] 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 294.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Feb 28 11:29:45 PST 2009


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

           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 294.
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: pawel.worach at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=2624)
 --> (http://llvm.org/bugs/attachment.cgi?id=2624)
Pre-processed env.c

ccc -O2 -pipe -march=nocona -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libgomp -I.
-I/usr/src/gnu/lib/libgomp/../../../contrib/gcclibs/libgomp
-I/usr/src/gnu/lib/libgomp/../../../contrib/gcclibs/libgomp/config/posix
-fstack-protector  -c
/usr/src/gnu/lib/libgomp/../../../contrib/gcclibs/libgomp/env.c
Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) ==
Params[i]->getType()) && "Calling a function with a bad signature!"), function
init, file Instructions.cpp, line 294.

Fails to build libgomp on FreeBSD.


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