[LLVMbugs] [Bug 4002] New: internal compiler error while compiling llvm-gcc

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Apr 18 10:23:04 PDT 2009


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

           Summary: internal compiler error while compiling llvm-gcc
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: System Library
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rajika.kumarasiri at gmail.com
                CC: llvmbugs at cs.uiuc.edu


I am getting following compiler error while compiling the llvm-gcc revision
69400. 

cc1: /home/rajika/projects/llvm/llvm/lib/CodeGen/RegAllocLocal.cpp:848:
void<unnamed>::RALocal::AllocateBasicBlock(llvm::MachineBasicBlock&): Assertion
`(!PhysRegsUsed[PhysReg] || PhysRegsUsed[PhysReg] == -1) && "Silently clearing
a virtual register?"' failed.
../../../llvm-gcc-4.2/libgomp/team.c:341: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs/> for instructions.
make[3]: *** [team.lo] Error 1
make[3]: Leaving directory
`/home/rajika/projects/llvm/llvm-gcc-4.2-objects/i686-pc-linux-gnu/libgomp'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/home/rajika/projects/llvm/llvm-gcc-4.2-objects/i686-pc-linux-gnu/libgomp'
make[1]: *** [install-target-libgomp] Error 2
make[1]: Leaving directory `/home/rajika/projects/llvm/llvm-gcc-4.2-objects'
make: *** [install] Error 2


System information,
Running fedora 9/kernel - 2.6.27.19-78.2.30.fc9.i686.PAE
gcc version 4.2.4


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