This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: (i386-linux x sh-elf) build breakage
- To: aoliva at redhat dot com
- Subject: Re: (i386-linux x sh-elf) build breakage
- From: Toshiyasu Morita <tm at netcom dot com>
- Date: Thu, 20 Jul 2000 14:43:55 -0700 (PDT)
- Cc: gcc-bugs at gcc dot gnu dot org
With your patch, I get a different build failure. I'm not sure if it's related
to your patch, though.
/home/tm/egcs-build/gcc/xgcc -B/home/tm/egcs-build/gcc/ -B/usr/local/sh-elf/bin/ -c -DSkip_f2c_Undefs
-I. -I../../../../../egcs/libf2c/libF77 -I.. -I../../../../../egcs/libf2c/libF77/.. -DSTDC_HEADERS=1
-DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -DIEEE_COMPLEX_DIVIDE=1 -g -O2 -m4-single-only
../../../../../egcs/libf2c/libF77/pow_zi.c
/home/tm/egcs-build/gcc/xgcc -B/home/tm/egcs-build/gcc/ -B/usr/local/sh-elf/bin/ -c -DSkip_f2c_Undefs
-I. -I../../../../../egcs/libf2c/libF77 -I.. -I../../../../../egcs/libf2c/libF77/.. -DSTDC_HEADERS=1
-DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -DIEEE_COMPLEX_DIVIDE=1 -g -O2 -m4-single-only
../../../../../egcs/libf2c/libF77/pow_zz.c
/home/tm/egcs-build/gcc/xgcc -B/home/tm/egcs-build/gcc/ -B/usr/local/sh-elf/bin/ -c -DSkip_f2c_Undefs
-I. -I../../../../../egcs/libf2c/libF77 -I.. -I../../../../../egcs/libf2c/libF77/.. -DSTDC_HEADERS=1
-DRETSIGTYPE=void -DIEEE_drem=1 -DSkip_f2c_Undefs=1 -DIEEE_COMPLEX_DIVIDE=1 -g -O2 -m4-single-only
../../../../../egcs/libf2c/libF77/pow_qq.c
../../../../../egcs/libf2c/libF77/pow_qq.c: In function `pow_qq':
../../../../../egcs/libf2c/libF77/pow_qq.c:33: Unrecognizable insn:
(insn 27 26 28 (set (reg:SI 18 t)
(eq:SI (reg/v:DI 57)
(const_int 1 [0x1]))) -1 (nil)
(nil))
../../../../../egcs/libf2c/libF77/pow_qq.c:33: Internal compiler error in `extract_insn', at recog.c:2048
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [pow_qq.o] Error 1
make[4]: Leaving directory `/home/tm/egcs-build/sh-elf/m4-single-only/libf2c/libF77'
make[3]: *** [f77] Error 2
make[3]: Leaving directory `/home/tm/egcs-build/sh-elf/m4-single-only/libf2c'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/home/tm/egcs-build/sh-elf/libf2c'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/tm/egcs-build/sh-elf/libf2c'
make: *** [all-target-libf2c] Error 2
bash$
Toshi