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]

compile error


BUG Report
-------------
       The GCC version 
		gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
       The system type 
		NetBSD 1.4V /i386

       All options you passed to the compiler 

	binutils-000326/
		./configure --prefix=/usr/local/cross/sh
			--target=sh-hitachi-coff
	gmake;gmake install

	there are no error,next,

	egcs-20000320/
		./configure --prefix=/usr/local/cross/sh
			--target=sh-hitachi-coff --with-gnu-as --with-gnu-ld --with-newlib
	
	gmake[4]: Entering directory `/usr/home/ichiro/CROSS/egcs-20000320/gcc'
/usr/home/ichiro/CROSS/egcs-20000320/gcc/xgcc -B/usr/home/ichiro/CROSS/egcs-20000320/gcc/ -B/usr/local/cross/sh/sh-hitachi-coff/bin/ -I/usr/local/cross/sh/sh-hitachi-coff/include -O2  -DCROSS_COMPILE -DIN_GCC    -g -O2 -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc   -g -O2 -I. -I. -I./config -I./../include \
  -c ./cp/tinfo.cc
./cp/tinfo.cc: In method `bad_cast::bad_cast ()':
./cp/tinfo.cc:1135: Internal compiler error.
./cp/tinfo.cc:1135: Please submit a full bug report.
./cp/tinfo.cc:1135: See <URL:http://www.gnu.org/software/gcc/bugs.html>
./cp/tinfo.cc:1135: for instructions.


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