This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling GCC-3.4.x with mainline: Infinite loop?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]