[LLVMbugs] [Bug 9298] New: Instruction does not dominate all uses!

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 23 09:38:06 PST 2011


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

           Summary: Instruction does not dominate all uses!
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


on X86_64:

pes delta$ clang++ esctrn.cpp
Instruction does not dominate all uses!
  %call6 = call i8* @_ZN6icu_467UMemorynwEm(i64 8) nounwind
  call void @_ZdlPv(i8* %call6) nounwind
Broken module found, compilation aborted!
Stack dump:
0.      Program arguments: /usr/local/bin/clang -cc1 -triple
x86_64-unknown-freebsd8.1 -emit-obj -mrelax-all -disable-free -main-file-name
esctrn.cpp -mrelocation-model static -mdisable-fp-elim -masm-verbose
-mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version
2.15 -momit-leaf-frame-pointer -resource-dir /usr/local/bin/../lib/clang/2.9
-ferror-limit 19 -fmessage-length 152 -fexceptions -fgnu-runtime
-fdiagnostics-show-option -fcolor-diagnostics -o /tmp/cc-IBBTTs.o -x c++
esctrn.cpp 
1.      <eof> parser at end of file
2.      Per-function optimization
3.      Running pass 'Module Verifier' on function
'@_ZN6icu_4611_createEscCERKNS_13UnicodeStringENS_14Transliterator5TokenE'
clang: error: unable to execute command: Abort trap: 6 (core dumped)
clang: error: clang frontend command failed due to signal 1 (use -v to see
invocation)
pes delta$

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