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]

Re: Solaris bootstrap failure


On Thu, Mar 08, 2001 at 11:54:25AM -0800, Mike Stump wrote:
> It should be beyond rare that this overflows to 0 exactly, but if it
> does, blam.

I wouldn't think it'd go "blam".  As long as objects that ought to
compare equal hash to the same value, everything works.  I think
what you're describing is unnecessary collisions.  

What we're looking for is either (1) two objects that compare equal
but _don't_ hash to the same value, or (2) two objects that only
sometimes compare equal, or (3) miscompiled hash table routines that 
somehow fail to locate a value despite correctness of the hash and
compare functions.


r~


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