This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure under Irix
- From: Philippe Schaffnit <P dot Schaffnit at access dot rwth-aachen dot de>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 06 Sep 2007 09:47:07 +0200
- Subject: Bootstrap failure under Irix
Hi!
I am seeing the folowing bootstrap failure under SGI Irix:
bash /USER/philippe/Irix/Gcc_Sources/gcc/../move-if-change tmp-codes.h
insn-codes.h
echo timestamp > s-codes
gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros
-Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I.
-I/USER/philippe/Irix/Gcc_Sources/gcc
-I/USER/philippe/Irix/Gcc_Sources/gcc/.
-I/USER/philippe/Irix/Gcc_Sources/gcc/../include -I./../intl
-I/USER/philippe/Irix/Gcc_Sources/gcc/../libcpp/include
-I/USER/philippe/Irix/Gmp/include -I/USER/philippe/Irix/Mpfr/include
-I/USER/philippe/Irix/Gcc_Sources/gcc/../libdecnumber
-I/USER/philippe/Irix/Gcc_Sources/gcc/../libdecnumber/dpd
-I../libdecnumber insn-emit.c -o insn-emit.o
/USER/philippe/Irix/Gcc_Sources/gcc/config/mips/mips.md: In function
'gen_fixuns_truncdfsi2':
/USER/philippe/Irix/Gcc_Sources/gcc/config/mips/mips.md:2808: error: too
few arguments to function 'real_2expN'
/USER/philippe/Irix/Gcc_Sources/gcc/config/mips/mips.md: In function
'gen_fixuns_truncdfdi2':
/USER/philippe/Irix/Gcc_Sources/gcc/config/mips/mips.md:2853: error: too
few arguments to function 'real_2expN'
/USER/philippe/Irix/Gcc_Sources/gcc/config/mips/mips.md: In function
'gen_fixuns_truncsfsi2':
/USER/philippe/Irix/Gcc_Sources/gcc/config/mips/mips.md:2895: error: too
few arguments to function 'real_2expN'
/USER/philippe/Irix/Gcc_Sources/gcc/config/mips/mips.md: In function
'gen_fixuns_truncsfdi2':
/USER/philippe/Irix/Gcc_Sources/gcc/config/mips/mips.md:2937: error: too
few arguments to function 'real_2expN'
make[3]: *** [insn-emit.o] Error 1
make[3]: Leaving directory `/USER/philippe/Irix/Compilation/Gcc/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/USER/philippe/Irix/Compilation/Gcc'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/USER/philippe/Irix/Compilation/Gcc'
make: *** [bootstrap] Error 2
My last attempt at wa succesful with : '4.3.0 20070823 (experimental)
[trunk revision 127728]' (I haven't tried in between). Can anyone
suggest anything?
Thanks!
Philippe