This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
SEGV while bootstraping
- To: gcc-bugs at gcc dot gnu dot org
- Subject: SEGV while bootstraping
- From: Igor Schein <igor at txc dot com>
- Date: Wed, 10 May 2000 09:13:22 -0400
- Reply-To: igor at txc dot com
Hi,
for sparc-sun-solaris2.7 I get:
stage1/xgcc -Bstage1/ -B/home/igor/local/gcc-2.96/sparc-sun-solaris2.7/bin/ -DIN_GCC -DSVR4 -w -W -Wall -Wtraditional -pedantic -Wno-long-long -Wwrite-strings -O0 -g -O2 -DHAVE_CONFIG_H -o gengenrtl \
gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gengenrtl -h >tmp-genrtl.h
Segmentation Fault - core dumped
Latest CVS sources updated this morning ( May 10 '00 ).
Thanks
Igor