public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* compilation of egcs-980308 failed on solaris-2.5.x
@ 1998-03-14 15:51 Gabriel Dos Reis
  1998-03-16 20:03 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Dos Reis @ 1998-03-14 15:51 UTC (permalink / raw)
  To: egcs

I failed to compile successfully egcs-980308 on solaris-2.5 and
solaris-2.5.1. The failure point was the same:

% ./configure --prefix=$VOL/egcs --enable-shared --with-gnu-ld
[...]
% make bootstrap BOOT_CFLAGS="-mcpu=v8 -O2"
[...]

for file in ./frame.c  cplib2.txt  ; do \
  name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e
's/[.]txt$//'`; \
  oname=` echo ${name} | sed -e 's,.*/,,'`; \
  if [ ${name}.txt = ${file} ]; then \
    for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
      make GCC_FOR_TARGET="./xgcc -B./" \
        AR="ar" AR_FLAGS="rc" CC="gcc" \
        CFLAGS="-g" HOST_PREFIX="" \
        HOST_PREFIX_1="loser-" \
        LANGUAGES="c " \
        LIBGCC2_CFLAGS="-O2   -DIN_GCC  -DSVR4  -g -I./include  -fPIC
-g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-fexceptions  " ${f}; \
      if [ $? -eq 0 ] ; then true; else exit 1; fi; \
      ar rc tmplibgcc2.a ${f}; \
      rm -f ${f}; \
    else true; \
    fi; done; \
  else \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    ./xgcc -B./ -O2   -DIN_GCC  -DSVR4  -g -I./include  -fPIC -g1
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions
  -I. -I. -I./config -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    ar rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  fi; \
done
./frame
./frame.c: In function `execute_cfa_insn':
./frame.c:663: internal error--unrecognizable insn:
(jump_insn 615 614 616 (addr_diff_vec:SI (label_ref:SI 614)
        [ 
            (label_ref:SI 620)
            (label_ref:SI 114)
            (label_ref:SI 146)
            (label_ref:SI 166)
            (label_ref:SI 195)
            (label_ref:SI 230)
            (label_ref:SI 304)
            (label_ref:SI 620)
            (label_ref:SI 620)
            (label_ref:SI 333)
            (label_ref:SI 468)
            (label_ref:SI 496)
            (label_ref:SI 384)
            (label_ref:SI 424)
            (label_ref:SI 447)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 597)
            (label_ref:SI 520)
            (label_ref:SI 576)
        ] 
        (const_int 0)
        (const_int 0) 0) -1 (nil)
    (expr_list:REG_BR_PRED (const_int 12)
        (nil)))
xgcc: Internal compiler error: program cc1 got fatal signal 6
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/tmp/egcs-980308/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/tmp/egcs-980308/gcc'
make: *** [bootstrap] Error 2


One machine was:
% uname -a 
SunOS jambon 5.5.1 Generic_103640-09 sun4u sparc SUNW,Ultra-2

other one:
% uname -a
SunOS piano 5.5 Generic_103093-14 sun4m sparc SUNW,SPARCstation-20

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: compilation of egcs-980308 failed on solaris-2.5.x
  1998-03-14 15:51 compilation of egcs-980308 failed on solaris-2.5.x Gabriel Dos Reis
@ 1998-03-16 20:03 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 1998-03-16 20:03 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: egcs

This was a bug with the snapshot that has already been discussed a number
of times.  Try getting the new snapshot instead.

Jim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-03-16 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-14 15:51 compilation of egcs-980308 failed on solaris-2.5.x Gabriel Dos Reis
1998-03-16 20:03 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).