[LLVMbugs] [Bug 9531] New: llvm-2.9rc1, Unexpected Failures: 1 on linux ppc32
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 22 14:19:14 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9531
Summary: llvm-2.9rc1, Unexpected Failures: 1 on linux ppc32
Product: new-bugs
Version: 2.9
Platform: Macintosh
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: ppc.addon at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=6355)
--> (http://llvm.org/bugs/attachment.cgi?id=6355)
full build log
compiling llvm-2.9rc1 i've got unexpected failures with make check.
My machine: Apple iBook G4 1.33GHz (MPC7447A PowerPC 32bit)
My system: GNU/Linux CRUX PPC (32bit) 2.7
My toolchain: binutils-2.21, gcc-4.5.2, glibc 2.12.2
My configure:
--prefix=/usr --enable-shared --enable-libffi --enable-optimize
--enable-targets=all --enable-threads --enable-pic --enable-jit
--disable-assertions --with-cxx-include-root=/usr/include/c++/4.5.2
--with-cxx-include-arch=powerpc-unknown-linux-gnu
[...]
FAIL: LLVM :: CodeGen/X86/fold-pcmpeqd-0.ll (2396 of 5840)
******************** TEST 'LLVM :: CodeGen/X86/fold-pcmpeqd-0.ll' FAILED
********************
Script:
--
/mnt/DEVEL/next/llvm/work/src/llvm-2.9rc1/Release/bin/llc <
/mnt/DEVEL/next/llvm/work/src/llvm-2.9rc1/test/CodeGen/X86/fold-pcmpeqd-0.ll
-mtriple=i386-apple-darwin | grep pcmpeqd |
/mnt/DEVEL/next/llvm/work/src/llvm-2.9rc1/Release/bin/count 1
/mnt/DEVEL/next/llvm/work/src/llvm-2.9rc1/Release/bin/llc <
/mnt/DEVEL/next/llvm/work/src/llvm-2.9rc1/test/CodeGen/X86/fold-pcmpeqd-0.ll
-mtriple=x86_64-apple-darwin | grep pcmpeqd |
/mnt/DEVEL/next/llvm/work/src/llvm-2.9rc1/Release/bin/count 1
--
Exit Code: 1
Command Output (stderr):
--
UNREACHABLE executed!
0 libLLVM-2.9svn.so 0x0f83066c
1 libLLVM-2.9svn.so 0x0f830df0
2 0x00100344 __kernel_sigtramp32 + 0
3 0xbf8e8828 __kernel_sigtramp32 + 3212739812
4 libc.so.6 0x0eb08778 abort + 592
5 libLLVM-2.9svn.so 0x0f819c20
6 libLLVM-2.9svn.so 0x0f2e0ff4
7 libLLVM-2.9svn.so 0x0f2b7668
8 libLLVM-2.9svn.so 0x0f2bf0f0 llvm::SelectionDAG::LegalizeTypes() + 216
9 libLLVM-2.9svn.so 0x0f35c114 llvm::SelectionDAGISel::CodeGenAndEmitDAG() +
260
10 libLLVM-2.9svn.so 0x0f35d3e8
llvm::SelectionDAGISel::SelectBasicBlock(llvm::ilist_iterator<llvm::Instruction
const>, llvm::ilist_iterator<llvm::Instruction const>, bool&) + 180
11 libLLVM-2.9svn.so 0x0f35ddcc
llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&) + 2416
12 libLLVM-2.9svn.so 0x0f35ef30
llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&) + 736
13 libLLVM-2.9svn.so 0x0fa54d2c
llvm::MachineFunctionPass::runOnFunction(llvm::Function&) + 184
14 libLLVM-2.9svn.so 0x0f61d638
llvm::FPPassManager::runOnFunction(llvm::Function&) + 548
15 libLLVM-2.9svn.so 0x0f61d6d4 llvm::FPPassManager::runOnModule(llvm::Module&)
+ 80
16 libLLVM-2.9svn.so 0x0f61d28c llvm::MPPassManager::runOnModule(llvm::Module&)
+ 544
17 libLLVM-2.9svn.so 0x0f61d38c llvm::PassManagerImpl::run(llvm::Module&) + 112
18 libLLVM-2.9svn.so 0x0f61d400 llvm::PassManager::run(llvm::Module&) + 20
19 llc 0x10005398 main + 3752
20 libc.so.6 0x0eaf0664
21 libc.so.6 0x0eaf07f0
Stack dump:
0. Program arguments:
/mnt/DEVEL/next/llvm/work/src/llvm-2.9rc1/Release/bin/llc
-mtriple=i386-apple-darwin
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'X86 DAG->DAG Instruction Selection' on function
'@program_1'
Expected 1 lines, got 0.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 608.23s
********************
Failing Tests (1):
LLVM :: CodeGen/X86/fold-pcmpeqd-0.ll
Expected Passes : 5248
Expected Failures : 48
Unsupported Tests : 543
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
--
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