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]
Other format: [Raw text]

[Bug bootstrap/19852] Segmentation fault during: build/genmodes -h > tmp-modes.h


------- Additional Comments From georg dot schwarz at freenet dot de  2005-04-23 16:11 -------
I am seeing the same problem trying to bootstrap gcc-4.0.0 on IRIX 5.3:

...
/bin/ksh /usr/people/schwarz/gcc-4.0.0/gcc/mkconfig.sh bconfig.h
cc -c   -g  -DIN_GCC     -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -Ibuild -I/usr/people/schwarz/gcc-4.0.0/gcc -I/usr/people/schwarz/gcc-4.0.0/gcc/build -I/usr/people/schwarz/gcc-4.0.0/gcc/../include -I./../intl -I/usr/people/schwarz/gcc-4.0.0/gcc/../libcpp/include  \
 -o build/genmodes.o /usr/people/schwarz/gcc-4.0.0/gcc/genmodes.c
cc -c   -g  -DIN_GCC     -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -Ibuild -I/usr/people/schwarz/gcc-4.0.0/gcc -I/usr/people/schwarz/gcc-4.0.0/gcc/build -I/usr/people/schwarz/gcc-4.0.0/gcc/../include -I./../intl -I/usr/people/schwarz/gcc-4.0.0/gcc/../libcpp/include  \
 -o build/errors.o /usr/people/schwarz/gcc-4.0.0/gcc/errors.c
cc   -g  -DIN_GCC     -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/genmodes \
 build/genmodes.o build/errors.o ../build-mips-sgi-irix5.3/libiberty/libiberty.a
build/genmodes -h > tmp-modes.h
gmake[1]: *** [s-modes] Segmentation fault (core dumped)
gmake[1]: Leaving directory `/usr/people/schwarz/gcc/gcc'
gmake: *** [all-gcc] Error 2




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19852


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