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]

mips n64 eh failures


On Tue, Apr 23, 2002 at 01:35:05PM -0700, Mark Mitchell wrote:
> I meant in the unwinder to try to see what it thought it was doing.

Hum.  Your advice to try printf was sound.  It wasn't getting
as far as I thought.  In fact, the entire problem appears to 
be in the fde sorting routines.

If I disable the "erratic" array, so that we do a simple heap
sort on the *entire* set of fdes (as opposed to attempting to
locate sequences of already sorted fdes), then the EH tests
start passing again.

More poking...


r~


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