[gnu.gcc.bug] I always manage to leave something out....

self@BAYES.ARC.NASA.GOV (Matthew Self) (10/01/88)

Here are the dribble files I promised in my last message...

make |& tee dribble

*dribble*************************************************************************

mkdir libtemp
cd libtemp; \
rm -f gnulib; \
for name in _eprintf  _umulsi3 _mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3  _lshrsi3 _lshlsi3 _ashrsi3 _ashlsi3  _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _cmpdf2  _fixunsdfsi _fixunsdfdi _fixdfsi _fixdfdi  _floatsidf _floatdidf _truncdfsf2 _extendsfdf2  _addsf3 _negsf2 _subsf3 _cmpsf2 _mulsf3 _divsf3; \
do \
  echo ${name}; \
  rm -f ${name}.c; \
  ln ../gnulib.c ${name}.c; \
  cc  -O -I.. -c -DL${name} ${name}.c; \
  ar qc gnulib ${name}.o; \
done
_eprintf
_umulsi3
_mulsi3
_udivsi3
_divsi3
_umodsi3
_modsi3
_lshrsi3
_lshlsi3
_ashrsi3
_ashlsi3
_divdf3
_muldf3
_negdf2
_adddf3
_subdf3
_cmpdf2
_fixunsdfsi
_fixunsdfdi
_fixdfsi
_fixdfdi
_floatsidf
_floatdidf
_truncdfsf2
_extendsfdf2
_addsf3
_negsf2
_subsf3
_cmpsf2
_mulsf3
_divsf3
mv libtemp/gnulib .
rm -rf libtemp
if [ -f /usr/bin/ranlib ] ; then  ranlib gnulib ;fi
cc -g -c -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" gcc.c
cc -g  -sun3 -c  version.c
cc -g  -sun3 -c  obstack.c
cc -g  -o gccnew gcc.o version.o obstack.o   
mv gccnew gcc
cc -g  -sun3 -c  toplev.c
cc -g  -sun3 -c  c-parse.tab.c
cc -g  -sun3 -c  tree.c
cc -g  -sun3 -c  print-tree.c
cc -g  -sun3 -c  c-decl.c
cc -g  -sun3 -c  c-typeck.c
cc -g  -sun3 -c  c-convert.c
cc -g  -sun3 -c  stor-layout.c
cc -g  -sun3 -c  fold-const.c
cc -g  -sun3 -c  rtl.c
cc -g -c genflags.c
cc -g  -o genflags genflags.o rtl.o obstack.o   
./genflags md > tmp-insn-flags.h
./move-if-change tmp-insn-flags.h insn-flags.h
cc -g -c gencodes.c
cc -g  -o gencodes gencodes.o rtl.o obstack.o   
./gencodes md > tmp-insn-codes.h
./move-if-change tmp-insn-codes.h insn-codes.h
cc -g -c genconfig.c
cc -g  -o genconfig genconfig.o rtl.o obstack.o   
./genconfig md > tmp-insn-config.h
./move-if-change tmp-insn-config.h insn-config.h
cc -g  -sun3 -c  expr.c
cc -g  -sun3 -c  stmt.c
cc -g  -sun3 -c  expmed.c
cc -g  -sun3 -c  explow.c
cc -g  -sun3 -c  optabs.c
cc -g  -sun3 -c  varasm.c
cc -g  -sun3 -c  symout.c
cc -g  -sun3 -c  dbxout.c
cc -g  -sun3 -c  sdbout.c
cc -g  -sun3 -c  emit-rtl.c
cc -g -c genemit.c
cc -g  -o genemit genemit.o rtl.o obstack.o   
./genemit md > tmp-insn-emit.c
./move-if-change tmp-insn-emit.c insn-emit.c
cc -g -c insn-emit.c
"insn-emit.c", line 60: warning: statement not reached
"insn-emit.c", line 89: warning: statement not reached
"insn-emit.c", line 145: warning: statement not reached
"insn-emit.c", line 178: warning: statement not reached
"insn-emit.c", line 1638: warning: statement not reached
cc -g  -sun3 -c  integrate.c
cc -g  -sun3 -c  jump.c
cc -g  -sun3 -c  cse.c
cc -g  -sun3 -c  loop.c
cc -g  -sun3 -c  flow.c
cc -g  -sun3 -c  stupid.c
cc -g  -sun3 -c  combine.c
cc -g  -sun3 -c  regclass.c
cc -g  -sun3 -c  local-alloc.c
cc -g  -sun3 -c  global-alloc.c
cc -g  -sun3 -c  reload.c
cc -g  -sun3 -c  reload1.c
cc -g -c genpeep.c
cc -g  -o genpeep genpeep.o rtl.o obstack.o   
./genpeep md > tmp-insn-peep.c
./move-if-change tmp-insn-peep.c insn-peep.c
cc -g -c insn-peep.c
cc -g  -sun3 -c  final.c
cc -g  -sun3 -c  recog.c
cc -g -c genrecog.c
cc -g  -o genrecog genrecog.o rtl.o obstack.o   
./genrecog md > tmp-insn-recog.c
./move-if-change tmp-insn-recog.c insn-recog.c
cc -g -c insn-recog.c
cc -g -c genextract.c
cc -g  -o genextract genextract.o rtl.o obstack.o   
./genextract md > tmp-insn-extract.c
./move-if-change tmp-insn-extract.c insn-extract.c
cc -g -c insn-extract.c
cc -g -c genoutput.c
cc -g  -o genoutput genoutput.o rtl.o obstack.o   
./genoutput md > tmp-insn-output.c
./move-if-change tmp-insn-output.c insn-output.c
cc -g -c insn-output.c
cc -g  -o cc1 toplev.o version.o c-parse.tab.o tree.o print-tree.o  c-decl.o c-typeck.o c-convert.o stor-layout.o fold-const.o  rtl.o expr.o stmt.o expmed.o explow.o optabs.o varasm.o  symout.o dbxout.o sdbout.o emit-rtl.o insn-emit.o  integrate.o jump.o cse.o loop.o flow.o stupid.o combine.o  regclass.o local-alloc.o global-alloc.o reload.o reload1.o insn-peep.o  final.o recog.o insn-recog.o insn-extract.o insn-output.o obstack.o   
cc -g -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-include\" \
          -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\" -c cccp.c
cc -g  -sun3 -c  cexp.c
cc -g  -o cccp cccp.o cexp.o version.o obstack.o   
rm -f cpp
ln cccp cpp

*end of dribble******************************************************************

make stage1
make CC=stage1/gcc CFLAGS="-g -O -Bstage1/" |& tee dribble2

*dribble2************************************************************************

stage1/gcc -g -O -Bstage1/ -c -DSTANDARD_EXEC_PREFIX=\"/usr/local/lib/gcc-\" gcc.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  version.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  obstack.c
stage1/gcc -g -O -Bstage1/  -o gccnew gcc.o version.o obstack.o   
mv gccnew gcc
stage1/gcc -g -O -Bstage1/  -sun3 -c  toplev.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  c-parse.tab.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  tree.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  print-tree.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  c-decl.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  c-typeck.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  c-convert.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  stor-layout.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  fold-const.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  rtl.c
stage1/gcc -g -O -Bstage1/ -c genflags.c
stage1/gcc -g -O -Bstage1/  -o genflags genflags.o rtl.o obstack.o   
./genflags md > tmp-insn-flags.h
./move-if-change tmp-insn-flags.h insn-flags.h
stage1/gcc -g -O -Bstage1/ -c gencodes.c
stage1/gcc -g -O -Bstage1/  -o gencodes gencodes.o rtl.o obstack.o   
./gencodes md > tmp-insn-codes.h
./move-if-change tmp-insn-codes.h insn-codes.h
stage1/gcc -g -O -Bstage1/ -c genconfig.c
stage1/gcc -g -O -Bstage1/  -o genconfig genconfig.o rtl.o obstack.o   
./genconfig md > tmp-insn-config.h
./move-if-change tmp-insn-config.h insn-config.h
stage1/gcc -g -O -Bstage1/  -sun3 -c  expr.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  stmt.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  expmed.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  explow.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  optabs.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  varasm.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  symout.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  dbxout.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  sdbout.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  emit-rtl.c
stage1/gcc -g -O -Bstage1/ -c genemit.c
stage1/gcc -g -O -Bstage1/  -o genemit genemit.o rtl.o obstack.o   
./genemit md > tmp-insn-emit.c
./move-if-change tmp-insn-emit.c insn-emit.c
stage1/gcc -g -O -Bstage1/ -c insn-emit.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  integrate.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  jump.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  cse.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  loop.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  flow.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  stupid.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  combine.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  regclass.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  local-alloc.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  global-alloc.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  reload.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  reload1.c
stage1/gcc -g -O -Bstage1/ -c genpeep.c
stage1/gcc -g -O -Bstage1/  -o genpeep genpeep.o rtl.o obstack.o   
./genpeep md > tmp-insn-peep.c
./move-if-change tmp-insn-peep.c insn-peep.c
stage1/gcc -g -O -Bstage1/ -c insn-peep.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  final.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  recog.c
stage1/gcc -g -O -Bstage1/ -c genrecog.c
stage1/gcc -g -O -Bstage1/  -o genrecog genrecog.o rtl.o obstack.o   
./genrecog md > tmp-insn-recog.c
./move-if-change tmp-insn-recog.c insn-recog.c
stage1/gcc -g -O -Bstage1/ -c insn-recog.c
stage1/gcc -g -O -Bstage1/ -c genextract.c
stage1/gcc -g -O -Bstage1/  -o genextract genextract.o rtl.o obstack.o   
./genextract md > tmp-insn-extract.c
./move-if-change tmp-insn-extract.c insn-extract.c
stage1/gcc -g -O -Bstage1/ -c insn-extract.c
stage1/gcc -g -O -Bstage1/ -c genoutput.c
stage1/gcc -g -O -Bstage1/  -o genoutput genoutput.o rtl.o obstack.o   
./genoutput md > tmp-insn-output.c
./move-if-change tmp-insn-output.c insn-output.c
stage1/gcc -g -O -Bstage1/ -c insn-output.c

aux-output.c:411: warning: floating point number exceeds range of `double'
stage1/gcc -g -O -Bstage1/  -o cc1 toplev.o version.o c-parse.tab.o tree.o print-tree.o  c-decl.o c-typeck.o c-convert.o stor-layout.o fold-const.o  rtl.o expr.o stmt.o expmed.o explow.o optabs.o varasm.o  symout.o dbxout.o sdbout.o emit-rtl.o insn-emit.o  integrate.o jump.o cse.o loop.o flow.o stupid.o combine.o  regclass.o local-alloc.o global-alloc.o reload.o reload1.o insn-peep.o  final.o recog.o insn-recog.o insn-extract.o insn-output.o obstack.o   
stage1/gcc -g -O -Bstage1/ -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-include\" \
          -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\" -c cccp.c
stage1/gcc -g -O -Bstage1/  -sun3 -c  cexp.c
stage1/gcc -g -O -Bstage1/  -o cccp cccp.o cexp.o version.o obstack.o   
rm -f cpp
ln cccp cpp

*end of dribble2*****************************************************************