This is the mail archive of the gcc-bugs@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: internal compiler error for egcs-20000410


Hello,
  Here is the system info, and the error message.  I had d/l
egcs-20000410.tar.gz when I got the error.

  If there is more info you need please let me know.

alina# gcc -v
Reading specs from
/usr/local/egcs/bin/../lib/gcc-lib/sparc-sun-solaris2.6/2.96/specs
gcc version 2.96 20000320 (experimental)
alina# uname -a
SunOS alina 5.6 Generic_105181-14 sun4u sparc SUNW,Ultra-1
alina# more config.status
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../egcs-20000410/configure
--with-gcc-version-trigger=/home1/egcs/egcs-20000410/gcc/version.c --host=sparc-sun-solaris2.6 --prefix=/usr/local/egcs/
--enable-shared --enable-haifa --with-gnu-as --with-gnu-ld --enable-threads
--with-cpu=ultrasparc --enable-version-specific-runtime-libs --norecursion 
# using "mh-frag" and "mt-frag"


alina# ld -v
GNU ld version 2.9.5 (with BFD 2.9.5.0.31)


make[3]: Leaving directory `/home1/egcs/objdir/sparc-sun-solaris2.6/libio'
echo fcomplex
fcomplex
if [ x"yes" = xyes ]; then \
  /home1/egcs/objdir/gcc/g++ -B/home1/egcs/objdir/gcc/
-B/usr/local/egcs//sparc-sun-solaris2.6/bin/ -c -g -O2
-fno-implicit-templates -I../../../egcs-20000410/libstdc++
-I../../../egcs-20000410/libstdc++/stl -I../libio
-I../../../egcs-20000410/libstdc++/../libio -nostdinc++  `case "-O -g -O2
-fno-implicit-templates" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;;
esac` -DF \
    `for N in MAIN ADDCC ADDCF ADDFC SUBCC SUBCF SUBFC MULCC MULCF MULFC
DIVCC DIVCF DIVFC PLUS MINUS EQCC EQCF EQFC NECC NECF NEFC ABS ARG POLAR
CONJ NORM COS COSH EXP LOG POWCC POWCF POWCI POWFC SIN SINH SQRT; do echo
" -D${N}"; done` \
    ../../../egcs-20000410/libstdc++/cinst.cc -o pic/fcomplex.o; \
else true ; fi
../../../egcs-20000410/libstdc++/std/ldcomplex.h: In function `_FLT abs
(const complex<_FLT> &) [with
../../../egcs-20000410/libstdc++/std/ldcomplex.h: _FLT = f]':
../../../egcs-20000410/libstdc++/std/ldcomplex.h:74: Internal compiler
error in `schedule_insns', at
../../../egcs-20000410/libstdc++/std/ldcomplex.h:74: haifa-sched.c:7024
../../../egcs-20000410/libstdc++/std/ldcomplex.h:74: Please submit a full
bug report.
../../../egcs-20000410/libstdc++/std/ldcomplex.h:74: See
../../../egcs-20000410/libstdc++/std/ldcomplex.h:74:
<URL:http://www.gnu.org/software/gcc/bugs.html>
../../../egcs-20000410/libstdc++/std/ldcomplex.h:74: for instructions.
make[2]: *** [bigstmp-complx] Error 1
make[2]: Leaving directory
`/home1/egcs/objdir/sparc-sun-solaris2.6/libstdc++'
make[1]: *** [all-target-libstdc++] Error 2
make[1]: Leaving directory `/home1/egcs/objdir'
make: *** [bootstrap] Error 2
 -- 
========================================================================
James Black (Elec Eng Graduate student)
e-mail: jblack@ieee.org       http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"Class is an aura of confidence that is being sure without being
cocky. Class has nothing to do with money. Class never runs scared.
It is self-discipline and self-knowledge. It's the sure-footedness that
comes with having proved you can meet life."
                ~ Ann Landers ~ 
************************************************************************


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