Dear All,
I'm getting the following error building mainline llvm-gcc 4.2 (LLVM and llvm-gcc are up to date):
cc1: /home/vadve/criswell/src/llvm22/lib/VMCore/Instructions.cpp:290: void llvm::CallInst::init(llvm::Value*, llvm::Value*): Assertion `(FTy->getNumParams() == 1 || (FTy->isVarArg() && FTy->getNumParams() == 0)) && "Calling a function with bad signature"' failed.
Is anyone else seeing this? I get a similar error when compiling mainline llvm-gcc 4.0.
-- John T.