This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
egcs-971023 problem
- To: egcs-bugs at cygnus dot com
- Subject: egcs-971023 problem
- From: Toshiyasu Morita <tm at netcom dot com>
- Date: Fri, 24 Oct 1997 13:05:44 -0700 (PDT)
System: SGI Indigo 2 High Impact, R4400 IP22 @ 250 Mhz
OS: Irix 6.2 stock OS, stock IDO 6.2
If egcs-971023 is installed as the gcc for the machine, and the Cygnus
97r1 sources are configured as --target=i386-go32 and compiled, the gcc
compiler wedges when trying to compile dummy.c:
/usr/people/tm/97r1/mips-i386-go32/gcc/xgcc
-B/usr/people/tm/97r1/mips-i386-go32/gcc/ -dumpspecs > tmp-specs
mv tmp-specs specs rm -f gfloat.h
cp ../../src/gcc/config/float-i64.h gfloat.h
rm -f include/float.h
cp gfloat.h include/float.h
chmod a+r include/float.h
touch stmp-headers
echo "__foo () {}" > dummy.c
/usr/people/tm/97r1/mips-i386-go32/gcc/xgcc
-B/usr/people/tm/97r1/mips-i386-go32/gcc/ -DCROSS_COMPILE -DIN_GCC -g
-I./include -c dummy.c
and the machine locks up.
This happened on egcs-971016 as well.
Toshi