This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
compile error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: compile error
- From: ichiro at ichiro dot org (Ichiro Fukuhara)
- Date: Mon, 27 Mar 2000 12:38:11 +0900
- Cc: ichiro at ichiro dot org
- Organization: ichiro.org
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.