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]

egcs-971023 problem


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




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