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]

egcs-980611 on sparc-sun-solaris2.5.1: Internal error during build


This is stock Solaris-2.5.1 (+ some patches, I guess). Built in the source
directory, using GNU Make version 3.76.1 by gcc version egcs-2.90.27 980315
(egcs-1.0.2 release)

{C,CXX,F77}FLAGS = -O2 -fomit-frame-pointer
LIB{C,CXX,F77}FLAGS = -O2 -fomit-frame-pointer

During build of the second stage I get:

./xgcc -B./ -O2   -DIN_GCC  -DSVR4  -W -Wall -O2 -fomit-frame-pointer -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions   -I. -I. -I./config \
  -c ./cp/tinfo.cc
./cp/tinfo.cc: In method `void * __class_type_info::dcast(const class type_info &, int, void *, const class type_info * = 0, void * = 0) const':
./cp/tinfo.cc:80: warning: comparison between signed and unsigned
include/typeinfo: At top level:
include/typeinfo:64: Internal compiler error.
include/typeinfo:64: Please submit a full bug report to `egcs-bugs@cygnus.com'.
-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513


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