<div>The machine is a Dell workstation with xeon processors. The OS is RHEL 4 AS x86_64</div>
<div>gcc version is 3.4.6</div>
<div> </div>
<div>I checked out the llvm-gcc from svn, configured with</div>
<div>../llvm-gcc/configure --prefix=$HOME/llvm-gcc-install --enable-llvm=$HOME/llvmobj/ --enable-languages=c,c++ --enable-checking --disable-shared --disable-multilib<br> </div>
<div>and get the following error message:</div>
<div> </div>
<div>make GCC_FOR_TARGET="/home/xzx/llvm-gcc-obj/gcc/xgcc -B/home/xzx/llvm-gcc-obj/gcc/ -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/include -isystem /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/sys-include" \
<br> AR_FOR_TARGET="ar" \<br> AR_CREATE_FOR_TARGET="ar rc" \<br> AR_EXTRACT_FOR_TARGET="ar x" \<br> AR_FLAGS_FOR_TARGET="" \<br> CC="gcc" CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fno-common " \
<br> BUILD_PREFIX="" \<br> BUILD_PREFIX_1="loser-" \<br> LANGUAGES="" \<br> LIBGCC2_CFLAGS="-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \
<br> MULTILIB_CFLAGS="" T= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o<br>make[3]: Entering directory `/home/xzx/llvm-gcc-obj/gcc'<br>make[3]: `crtbegin.o' is up to date.<br>make[3]: `crtend.o' is up to date.
<br>make[3]: `crtbeginS.o' is up to date.<br>make[3]: `crtendS.o' is up to date.<br>make[3]: `crtbeginT.o' is up to date.<br>make[3]: Leaving directory `/home/xzx/llvm-gcc-obj/gcc'<br>/home/xzx/llvm-gcc-obj/gcc/xgcc -B/home/xzx/llvm-gcc-obj/gcc/ -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ -B/home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/lib/ -isystem /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/include -isystem /home/xzx/llvm-gcc-install/x86_64-unknown-linux-gnu/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../llvm-gcc/gcc -I../../llvm-gcc/gcc/. -I../../llvm-gcc/gcc/../include -I../../llvm-gcc/gcc/../libcpp/include -I/home/xzx/llvm/include -I/home/xzx/llvmobj//include -DL_lshrdi3 -c ../../llvm-gcc/gcc/libgcc2.c -o libgcc/./_lshrdi3.o
<br>WARNING: 128-bit integers not supported!<br>../../llvm-gcc/gcc/libgcc2.c: In function '__lshrti3':<br>../../llvm-gcc/gcc/libgcc2.c:412: internal compiler error: Segmentation fault<br>Please submit a full bug report,
<br>with preprocessed source if appropriate.<br>See <<a href="http://llvm.org/bugs">URL:http://llvm.org/bugs</a>> for instructions.<br>make[2]: *** [libgcc/./_lshrdi3.o] Error 1<br>make[2]: Leaving directory `/home/xzx/llvm-gcc-obj/gcc'
<br>make[1]: *** [stmp-multilib] Error 2<br>make[1]: Leaving directory `/home/xzx/llvm-gcc-obj/gcc'<br>make: *** [install-gcc] Error 2<br> </div>
<div>And after I run </div>
<div>make install</div>
<div>I get only c++ and g++ in my llvm-gcc-install directory.</div>