[LLVMbugs] [Bug 1902] New: Assertion failed using llvm-g++ SVN head on OS X leopard.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Jan 7 15:42:11 PST 2008


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

           Summary: Assertion failed using llvm-g++ SVN head on OS X
                    leopard.
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: tewk at cs.utah.edu
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=1324)
 --> (http://llvm.org/bugs/attachment.cgi?id=1324)
Preprocessed source

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)


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