-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 10821 |
| Resolution | FIXED |
| Resolved on | Aug 31, 2011 18:15 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
Extended Description
FAIL: LLVM :: Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll (4830 of 5624)
******************** TEST 'LLVM :: Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll' FAILED ********************
Script:
/var/tmp/paludis/build/dev-lang-llvm-scm/work/llvm-scm/Release+Asserts/bin/opt < /var/tmp/paludis/build/dev-lang-llvm-scm/work/llvm-scm/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll -loop-simplify -disable-output
Exit Code: 134
Command Output (stderr):
Block containing LandingPadInst must be jumped to only by the unwind edge of an invoke.
%exn = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
cleanup
Block containing LandingPadInst must be jumped to only by the unwind edge of an invoke.
%exn325 = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
cleanup
Broken module found, compilation aborted!
0 libLLVM-3.0svn.so 0x00007ffa6cdb0f4f
1 libLLVM-3.0svn.so 0x00007ffa6cdb16b0
2 libpthread.so.0 0x00007ffa6bd8ef10
3 libc.so.6 0x00007ffa6b0ad5c5 gsignal + 53
4 libc.so.6 0x00007ffa6b0ae8c5 abort + 389
5 libLLVM-3.0svn.so 0x00007ffa6c6c195b
6 libLLVM-3.0svn.so 0x00007ffa6c6a0b07 llvm::FPPassManager::runOnFunction(llvm::Function&) + 719
7 libLLVM-3.0svn.so 0x00007ffa6c6a0b46 llvm::FPPassManager::runOnModule(llvm::Module&) + 46
8 libLLVM-3.0svn.so 0x00007ffa6c6a0710 llvm::MPPassManager::runOnModule(llvm::Module&) + 694
9 libLLVM-3.0svn.so 0x00007ffa6c6a07ef llvm::PassManagerImpl::run(llvm::Module&) + 207
10 libLLVM-3.0svn.so 0x00007ffa6c6a0833 llvm::PassManager::run(llvm::Module&) + 13
11 opt 0x000000000041b36b main + 7712
12 libc.so.6 0x00007ffa6b099c7d __libc_start_main + 253
13 opt 0x000000000040cab9
Stack dump:
0. Program arguments: /var/tmp/paludis/build/dev-lang-llvm-scm/work/llvm-scm/Release+Asserts/bin/opt -loop-simplify -disable-output
-
Running pass 'Function Pass Manager' on module '<stdin>'. -
Running pass 'Module Verifier' on function '@___ZN9FibonacciC1Ej___ZN9Fibonacci11show_numberEm'