Description
Bugzilla Link | 1902 |
Resolution | FIXED |
Resolved on | Jan 08, 2008 15:02 |
Version | trunk |
OS | All |
Attachments | Preprocessed source |
Reporter | LLVM Bugzilla Contributor |
CC | @isanbard |
Extended Description
Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) == Params[i]->getType()) && "Calling a function with a bad signature!"), function init, file Instructions.cpp, line 253.
/Users/tewk/srcs/manta/Core/Math/TrigSSE.cc: In function ‘void Manta::sincos4(float vector, float vector, float vector)’:
/Users/tewk/srcs/manta/Core/Math/TrigSSE.cc:269: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://llvm.org/bugs for instructions.
I've also reproduced this bug on Kubuntu 7.10 (llvm-gcc compiled with gcc 4.1.3 20070929)
system gcc -v
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)
Path: /Users/tewk/srcs/llvm
URL: http://llvm.org/svn/llvm-project/llvm/trunk
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 45723
Node Kind: directory
Schedule: normal
Last Changed Author: lattner
Last Changed Rev: 45723
Last Changed Date: 2008-01-07 14:59:58 -0700 (Mon, 07 Jan 2008)
Path: /Users/tewk/srcs/llvm_gcc/llvm-gcc-4.0
URL: http://llvm.org/svn/llvm-project/llvm-gcc-4.0/trunk
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 45724
Node Kind: directory
Schedule: normal
Last Changed Author: baldrick
Last Changed Rev: 45586
Last Changed Date: 2008-01-04 07:15:44 -0700 (Fri, 04 Jan 2008)