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

           Summary: Assertion while compiling llvm-gcc
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=3107)
 --> (http://llvm.org/bugs/attachment.cgi?id=3107)
mf-heuristics.bc

I encounter the following error during cross compilation of compilation of
llvm-gcc (version 73777). I am using llvm (version 73777).

cc1:
<some-dir>llvm-root/src/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:134:
llvm::LiveInterval& llvm::LiveIntervals::getInterval(unsigned int): Assertion
`I != r2iMap_.end() && "Interval does not exist for register"' failed.
../../../../../src/llvm-gcc-4.2/libmudflap/mf-heuristics.c:175: internal
compiler error: Aborted

I am attaching mf-heuristics.bc obtainied by compiling it with -emit-llvm.
Unfortunately running bugpoint on mf-heuristics.bc yielded in simplified-*.bc
files which exhibited a different failure.

Thanks for your help.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to