This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Trunk broken for mmix-knuth-mmixware
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 31 Dec 2003 03:49:54 -0500 (EST)
- Subject: Trunk broken for mmix-knuth-mmixware
Some time between LAST_UPDATED Mon Dec 29 05:49:51 GMT 2003 and
Tue Dec 30 20:46:23 GMT 2003 the trunk broke for
mmix-knuth-mmixware, building libobjc:
/home/hp/builds2/mmixware-sim/gcc/xgcc -B/home/hp/builds2/mmixware-sim/gcc/ -nostdinc -B/home/hp/builds2/mmixware-sim/mmix/newlib\
/ -isystem /home/hp/builds2/mmixware-sim/mmix/newlib/targ-include -isystem /home/hp/cvs_areas/combined/cvs_write/newlib/libc/incl\
ude -B/home/hp/builds2/mmixware-sim/../install-mmix/mmix/bin/ -B/home/hp/builds2/mmixware-sim/../install-mmix/mmix/lib/ -isystem \
/home/hp/builds2/mmixware-sim/../install-mmix/mmix/include -isystem /home/hp/builds2/mmixware-sim/../install-mmix/mmix/sys-includ\
e -L/home/hp/builds2/mmixware-sim/ld -c -I. -I/home/hp/cvs_areas/combined/cvs_write/libobjc -O2 -g -O2 -W -Wall -Wwrite-strings -\
Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -I/home/hp/cvs_areas/combined/cvs_write/libobjc/objc -I/home/hp/cvs_areas/combined/c\
vs_write/libobjc/../gcc -I/home/hp/cvs_areas/combined/cvs_write/libobjc/../gcc/config -I../../gcc -I/home/hp/cvs_areas/combined/c\
vs_write/libobjc/../include /home/hp/cvs_areas/combined/cvs_write/libobjc/sendmsg.c -o sendmsg.o
/home/hp/cvs_areas/combined/cvs_write/libobjc/sendmsg.c:42:1: warning: "rtx" redefined
In file included from /home/hp/cvs_areas/combined/cvs_write/libobjc/sendmsg.c:31:
/home/hp/cvs_areas/combined/cvs_write/libobjc/../gcc/coretypes.h:58:1: warning: this is the location of the previous definition
/home/hp/cvs_areas/combined/cvs_write/libobjc/sendmsg.c: In function `__objc_word_forward':
/home/hp/cvs_areas/combined/cvs_write/libobjc/sendmsg.c:581: error: unrecognizable insn:
(insn 62 61 63 0 /home/hp/cvs_areas/combined/cvs_write/libobjc/sendmsg.c:572 (set (mem:DI (reg/f:DI 307) [0 S8 A8])
(plus:DI (reg/f:DI 305)
(const_int 112 [0x70]))) -1 (insn_list 59 (insn_list 61 (nil)))
(expr_list:REG_DEAD (reg/f:DI 305)
(nil)))
/home/hp/cvs_areas/combined/cvs_write/libobjc/sendmsg.c:581: internal compiler error: in extract_insn, at recog.c:2061
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [sendmsg.lo] Error 1
make[2]: Leaving directory `/mnt/miscb3/builds2/mmixware-sim/mmix/libobjc'
(Trunk at this time show normal results for cris-axis-elf,
cris-axis-linux-gnu, v850-elf, h8300-hms so far.)
I haven't spotted any breakage message for other targets -- yet. (Film at 11.)
I will pursue this later. I've got Janis' regression-hunt scripts.
brgds, H-P