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]

19981206 internal compiler error on Sun Sparc



2% more config.status
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
configure
--with-gcc-version-trigger=/export/home/kate/egcs-19981206/gcc/version
.c --host=sparc-sun-solaris2.6 --enable-shared
--prefix=/export/home/kate --nore
cursion 
# using "mh-frag" and "mt-frag"


It dies during "make bootstrap" in libstdc++:


if [ x"yes" = xyes ]; then \
  /export/home/kate/egcs-19981206/gcc/xgcc
-B/export/home/kate/egcs-19981206/gcc/
-B/export/home/kate/sparc-sun-solaris2.6/bin/ -v --save-temps -c -g -O2
-fno-implicit-templates -I. -I./stl -I../libio -I./../libio -nostdinc++
`case "-g -O2 -g -O2 -fno-implicit-templates" in *-fpic* ) echo -fpic
;; * ) echo -fPIC ;; esac` -DC \
    `for N in REP MAIN TRAITS ADDSS ADDPS ADDCS ADDSP ADDSC EQSS EQPS
EQSP NESS NEPS NESP LTSS LTPS LTSP GTSS GTPS GTSP LESS LEPS LESP GESS
GEPS GESP; do echo " -D${N}"; done` \
    ./sinst.cc -o pic/cstrmain.o; \
else true ; fi
Reading specs from /export/home/kate/egcs-19981206/gcc/specs
gcc version egcs-2.92.27 19981206 (gcc2 ss-980609 experimental)
 /export/home/kate/egcs-19981206/gcc/cpp -lang-c++ -nostdinc++ -v -I.
-I./stl -I../libio -I./../libio -isystem
/export/home/kate/sparc-sun-solaris2.6/bin/include -isystem
/export/home/kate/egcs-19981206/gcc/include -undef -D__GNUC__=2
-D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=92 -Dsparc -Dsun -Dunix
-D__svr4__ -D__SVR4 -D__sparc__ -D__sun__ -D__unix__ -D__svr4__
-D__SVR4 -D__sparc -D__sun -D__unix -Asystem(unix) -Asystem(svr4)
-D__EXCEPTIONS -D__OPTIMIZE__ -g -D__GCC_NEW_VARARGS__ -Acpu(sparc)
-Amachine(sparc) -DC -DREP -DMAIN -DTRAITS -DADDSS -DADDPS -DADDCS
-DADDSP -DADDSC -DEQSS -DEQPS -DEQSP -DNESS -DNEPS -DNESP -DLTSS -DLTPS
-DLTSP -DGTSS -DGTPS -DGTSP -DLESS -DLEPS -DLESP -DGESS -DGEPS -DGESP
./sinst.cc sinst.ii
GNU CPP version egcs-2.92.27 19981206 (gcc2 ss-980609 experimental)
(sparc)
#include "..." search starts here:
#include <...> search starts here:
 .
 stl
 ../libio
 /export/home/kate/egcs-19981206/gcc/include
 /usr/local/include
 /usr/include
End of search list.
 /export/home/kate/egcs-19981206/gcc/cc1plus sinst.ii -quiet -dumpbase
sinst.cc -g -O2 -version -fno-implicit-templates -fPIC -o sinst.s
GNU C++ version egcs-2.92.27 19981206 (gcc2 ss-980609 experimental)
(sparc-sun-solaris2.6) compiled by GNU C version egcs-2.92.27 19981206
(gcc2 ss-980609 experimental).
std/bastring.h: In instantiation of
`basic_string<char,string_char_traits<char>,__default_alloc_template<false,0>
>::npos':
./sinst.cc:55:   instantiated from here
std/bastring.h:110: Internal compiler error.
std/bastring.h:110: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
std/bastring.h:110: See <URL:http://egcs.cygnus.com/faq.html#bugreport>
for details.
make: *** [bigstmp-string] Error 1



Kate Hedstrom               Institute of Marine and Coastal Sciences
kate@ahab.rutgers.edu       Rutgers University

sinst.ii.gz


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