[LLVMbugs] [Bug 439] NEW: erro while compiling the MIBENCH benchmark

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Sep 14 00:12:02 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=439

           Summary: erro while compiling the MIBENCH benchmark
           Product: tools
           Version: 1.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gccld
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: abhijit.ray at gmail.com


While trying to compile MIBENCH (http://www.eecs.umich.edu/mibench/) 

in the benchmark "ispell" under the category 'offfice'

I changed the Makefile so as to replace all instance of gcc to llvmgcc 
and all ld to gccld and while compiling using the "make ispell" 
I get the following errors

+ llvmgcc -O2 -g -o ispell term.o ispell.o correct.o defmt.o dump.o good.o
lookup.o hash.o makedent.o tgood.o tree.o xgets.o
gccld[0x83b9b36]
gccld[0x83b9d56]
/lib/libc.so.6[0x4012d2b8]
gccld(llvm::PATypeHolder::get() const+0x13)[0x825254d]
gccld(llvm::PATypeHolder::operator llvm::Type*() const+0x11)[0x8251f8d]
gccld(llvm::Value::getType() const+0x14)[0x8251b4e]
gccld[0x838499f]
gccld((anonymous namespace)::GlobalsModRef::getModRefInfo(llvm::CallSite,
llvm::Value*, unsigned int)+0x18)[0x8384b6c]
gccld(llvm::AliasSet::aliasesCallSite(llvm::CallSite, llvm::AliasAnalysis&)
const+0x1f5)[0x83663fb]
gccld(llvm::AliasSetTracker::findAliasSetForCallSite(llvm::CallSite)+0x9b)[0x8366599]
gccld(llvm::AliasSetTracker::add(llvm::CallSite)+0x6b)[0x836699b]
gccld(llvm::AliasSetTracker::add(llvm::AliasSetTracker const&)+0xf7)[0x8366d05]
gccld((anonymous namespace)::LICM::visitLoop(llvm::Loop*,
llvm::AliasSetTracker&)+0x98)[0x8356000]
gccld((anonymous namespace)::LICM::runOnFunction(llvm::Function&)+0xd4)[0x8355f20]
gccld(llvm::PassManagerTraits<llvm::Function>::runPass(llvm::FunctionPass*,
llvm::Function*)+0x1f)[0x82f7579]
gccld(llvm::PassManagerT<llvm::Function>::runOnUnit(llvm::Function*)+0x5d3)[0x82f2b3d]
gccld(llvm::PassManagerTraits<llvm::Function>::runOnFunction(llvm::Function&)+0x1f)[0x82f0911]
gccld(llvm::FunctionPass::run(llvm::Module&)+0xa7)[0x82a003f]
gccld(llvm::PassManagerTraits<llvm::Module>::runPass(llvm::Pass*,
llvm::Module*)+0x1f)[0x82f760f]
gccld(llvm::PassManagerT<llvm::Module>::runOnUnit(llvm::Module*)+0x5d3)[0x82f1085]
gccld(llvm::PassManagerTraits<llvm::Module>::run(llvm::Module&)+0x1f)[0x82f06d5]
gccld(llvm::PassManager::run(llvm::Module&)+0x23)[0x829f439]
gccld(llvm::GenerateBytecode(llvm::Module*, bool, bool, std::basic_ostream<char,
std::char_traits<char> >*)+0x3b8)[0x8230d16]
gccld(main+0x668)[0x823a408]
/lib/libc.so.6(__libc_start_main+0xcb)[0x4011990b]
gccld(std::basic_ostream<char, std::char_traits<char> >& std::operator<<
<std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&,
char)+0x45)[0x82306f1]
llvmgcc: Internal error: Segmentation fault (program gccld)
Please submit a full bug report.
See <URL:http://llvm.cs.uiuc.edu> for instructions.
make: *** [ispell] Error 1



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list