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]

Re: broken 970929 snapshot


Ok, the code for enquire.c is of course fine, a gcc -c enquire.c proves
this.  looking through  the logfile of the build it would seem that
enquire is the first bit of code compiled with the first stage
compiler, so that means that the first stage compiler wasn't built
properly (pretty obvious). I tried the offending command again, this
time with the verbose option (see below).  Any help, hints, comments?

Aaron Jackson           jackson@msrce.howard.edu


Reading specs from ./specs
gcc version egcs-2.90.11 970929 (gcc2-970802 experimental)
 ./cpp -lang-c -v -I./include -I. -isystem ./include -undef -D__GNUC__=2 -D__GNU
C_MINOR__=90 -D__ANSI_COMPAT -DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -Dbsd
4_2 -Dhost_mips -Dmips -Dultrix -Dunix -D__ANSI_COMPAT -D__MIPSEL__ -D__R3000__
-D__SYSTYPE_BSD__ -D_SYSTYPE_BSD -D__bsd4_2__ -D__host_mips__ -D__mips__ -D__ult
rix__ -D__unix__ -D__MIPSEL -D__R3000 -D__SYSTYPE_BSD -D__bsd4_2 -D__host_mips -
D__mips -D__ultrix -D__unix -Asystem(unix) -Asystem(bsd) -Acpu(mips) -Amachine(m
ips) -g -D__LANGUAGE_C -D_LANGUAGE_C -DLANGUAGE_C -D__SIZE_TYPE__=unsigned int -
D__PTRDIFF_TYPE__=int -DIN_GCC -DNO_MEM -DNO_LONG_DOUBLE_IO ./enquire.c /usr/tmp
/cca04446.i
GNU CPP version egcs-2.90.11 970929 (gcc2-970802 experimental) [AL 1.1, MM 40] D
ECstation running ultrix
#include "..." search starts here:
#include <...> search starts here:
 include
 .
 include
 /usr/local/include
 /usr/local/mips-dec-ultrix4.4/include
 /usr/include
End of search list.
 ./cc1 /usr/tmp/cca04446.i -quiet -dumpbase enquire.c -g -O0 -version -o /usr/tm
p/cca04446.s
GNU C version egcs-2.90.11 970929 (gcc2-970802 experimental) (mips-dec-ultrix4.4
) compiled by GNU C version 2.7.2.3.f.1.
 as -g -nocpp -v -o enquire.o /usr/tmp/cca04446.s
/usr/lib/cmplrs/cc/as0 -v -G 8 -EL -g2 -O1 /usr/tmp/cca04446.s -o /tmp/ctmaa0444
9 -t /tmp/ctmsta04449
as0: overflow setmode farewell croak xmalloc maximum_int main eek_a_bug describe
 i_define u_define f_define floor_log ceil_log exponent fake_f_rep f_rep bitpatt
ern endian missing fmissing false type_of ftype_of typerr ftyperr promotions che
ck_defines cprop basic sprop usprop fStore fSum fDiff fMul fDiv fSelf fCheck fpr
op efprop iprop uiprop dStore dSum dDiff dMul dDiv dSelf dCheck dprop edprop lpr
op ulprop ldStore ldSum ldDiff ldMul ldDiv ldSelf ldCheck ldprop eldprop
as0: Error: ./enquire.c, line 1: undefined symbol in expression
      .word $LECIE1-$LSCIE1
as0: Error: ./enquire.c, line 1: undefined symbol in expression
      .word $LEFDE1-$LSFDE1
as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LFB1
      .word $LFE1-$LFB1
as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LFB1
      .word $LCFI0-$LFB1
as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI0
      .word $LCFI1-$LCFI0

...700 lines or so...

as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI246
      .word $LCFI247-$LCFI246
as0: Error: ./enquire.c, line 1: Symbol must have absolute value: $LCFI247
      .word $LCFI248-$LCFI247

4.8u 6.9s 0:12 96% 99+760k 0+29io 4pf+0w


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