This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compiling GCC-3.4.x with mainline: Infinite loop?
- From: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- To: gcc at gcc dot gnu dot org
- Date: 16 Jul 2004 10:05:15 -0500
- Subject: Compiling GCC-3.4.x with mainline: Infinite loop?
- Organization: Texas A&M University, Department of Computer Science
I just tried a build a fresh update of gcc-3_4-branch with CVS GCC
-- 3.5.0 20040714 (experimental). The experiment isn't conclusive :-(
cc1 (built by mainline) seems to go into an infinite loop for an hour now.
/home/gdr/build/4/gcc/xgcc -B/home/gdr/build/4/gcc/ -B/home/gdr/i686-pc-linux-gnu/bin/ -B/home/gdr/i686-pc-linux-gnu/lib/ -isystem /home/gdr/i686-pc-linux-gnu/include -isystem /home/gdr/i686-pc-linux-gnu/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/home/gdr/redhat/4.gcc/gcc -I/home/gdr/redhat/4.gcc/gcc/. -I/home/gdr/redhat/4.gcc/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \
-c /home/gdr/redhat/4.gcc/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
I configured with
--prefix=$HOME --enable-languages=c++ --enable-shared --disable-nls
on an i686-pc-linux-gnu.
-- Gaby