[LLVMbugs] [Bug 1977] New: Hang compiling llvm-gcc-4.2
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Feb 3 10:49:58 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=1977
Summary: Hang compiling llvm-gcc-4.2
Product: tools
Version: trunk
Platform: DEC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: arthur.loiret at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=1376)
--> (http://llvm.org/bugs/attachment.cgi?id=1376)
llvm-dis crtbegin.bc
Hi,
llvm-gcc-4.2 (trunk) built with llvm-2.2 (trunk) hangs in an endless loop
compiling gcc/crtstuff.c.
The llvm-dis (crtbegin.ll) output is joined, following Duncan Sands's
instructions:
[arthur at sarah sid llvm/build-gcc/gcc]% /home/arthur/llvm/build-gcc/./gcc/xgcc
-emit-llvm -B/home/arthur/llvm/build-gcc/./gcc/
-B/usr/lib/llvm/llvm-gcc-4.2/alpha-linux-gnu/bin/
-B/usr/lib/llvm/llvm-gcc-4.2/alpha-linux-gnu/lib/ -isystem
/usr/lib/llvm/llvm-gcc-4.2/alpha-linux-gnu/include -isystem
/usr/lib/llvm/llvm-gcc-4.2/alpha-linux-gnu/sys-include -O2 -O2 -g -O2 -mieee
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -I. -I. -I../../llvm-gcc-4.2/gcc
-I../../llvm-gcc-4.2/gcc/. -I../../llvm-gcc-4.2/gcc/../include
-I../../llvm-gcc-4.2/gcc/../libcpp/include
-I../../llvm-gcc-4.2/gcc/../libdecnumber -I../libdecnumber
-I/home/arthur/llvm/llvm-2.2/include -I/usr/lib/llvm/include -g0
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder \
-c ../../llvm-gcc-4.2/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.bc
[arthur at sarah sid llvm/build-gcc/gcc]% /usr/lib/llvm/bin/llvm-dis crtbegin.bc
« llc crtbegin.bc » hangs in an endless loop in the same way than gcc
bootstrap build.
Arthur.
--
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