This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.2 bootstrap failure in libjava on sparcv9-sun-solaris2.8


On Thu, 30 May 2002, Brad Lucier wrote:

> 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.
> 
That's the index for EXIT_BLOCK_PTR.  Point me at a more detailed
description of the problem?  I have no idea what you folks are
talking about.


Thanks.  Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]