This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
New IA32 bootstrap error.
- To: gcc-bugs at gcc dot gnu dot org
- Subject: New IA32 bootstrap error.
- From: Robert Lipe <robertl at sco dot com>
- Date: Fri, 3 Mar 2000 12:10:37 -0600
Jason's change yesterday to calls.c allowed the stage2 build to progress
on some of my targets, but now it nukes during stage3.
stage2/xgcc -Bstage2/ -B/usr/local/i586-sco-sysv5uw7.1.1/bin/ -c -DIN_GCC -W -Wall -Wtraditional -O2 -g -DHAVE_CONFIG_H -I. -I/home/robertl/src/egcs/gcc -I/home/robertl/src/egcs/gcc/config -I/home/robertl/src/egcs/gcc/../include /home/robertl/src/egcs/gcc/tree.c
/home/robertl/src/egcs/gcc/tree.c: In function `is_attribute_p':
/home/robertl/src/egcs/gcc/tree.c:3602: warning: `attr_len' might be used uninitialized in this function
/home/robertl/src/egcs/gcc/tree.c:3636: Unrecognizable insn:
(insn 100 99 101 (nil) -1 (nil)
(nil))
/home/robertl/src/egcs/gcc/tree.c:3636: Internal compiler error in `extract_insn', at recog.c:2044
RedHat 6.1 shows the same problem on a full bootstrap.
RJL