This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.2 bootstrap failure in libjava on sparcv9-sun-solaris2.8
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: rittle at latour dot rsch dot comm dot mot dot com (Loren James Rittle)
- Cc: lucier at math dot purdue dot edu, gcc at gcc dot gnu dot org, dnovillo at redhat dot com
- Date: Thu, 30 May 2002 18:57:48 -0500 (EST)
- Subject: Re: 3.2 bootstrap failure in libjava on sparcv9-sun-solaris2.8
After fooling around a bit, I was able to reproduce what you did (;-)
and found that at the failure
(gdb) p *bb
$1 = {head = 0x0, end = 0x0, head_tree = 0x0, end_tree = 0x0,
pred = 0x10132e870, succ = 0x0, local_set = 0x0, cond_local_set = 0x0,
global_live_at_start = 0x0, global_live_at_end = 0x10132b5f8, aux = 0x0,
index = -2, prev_bb = 0x10132d2a0, next_bb = 0x0, loop_depth = 0, count = 0,
frequency = 0, flags = 4}
It seems strange that bb->index should be -2. This code seems to have been
introduced by dnovillo, if I'm reading the online CVS records correctly.
Brad