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]

egcs-980328 on i586-pc-linux-gnu build failure


linux-2.1.91
binutils-2.8.1.0.27 (same result with binutils-2.8.1.0.25)
{C,CXX,F77}FLAGS = -O2 -fomit-frame-pointer -march=pentium
--enable-{shared,threads,haifa}

I get:

stage1/xgcc -Bstage1/ -c  -DIN_GCC   -W -Wall -O2 -fomit-frame-pointer -march=pentium  -W -Wall    -If -I./f -I. -I. -I./config f/expr.c -o f/expr.o
xgcc: Internal compiler error: program cc1 got fatal signal 6
make[3]: *** [f/expr.o] Error 1

Just to have something to run "make -k check" on, I built the third stage
by hand, got no differences in "make compare". To my surprise, the "make -k
check" went ahead and finished the build of g77 using gcc, not ".../xgcc
-B..." as a compiler.

So, a couple of observations:

- make -k bootstrap (at least) should propagate the -k down.  If this fails
  catastrophically (i.e., no cc1 built) it won't waste too much time either
  way ;-)

- There is no indication of how to build just some subset of the languages
  in the INSTALL instructions.

- make check should be smarter, and really rebuild (the g77 results that
  I'll get will be totally bogus)

I'm running make CC=".../xgcc -B..." -k check right now.  Will report
results soon.
-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616


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