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: Advise needed on varasm.c constant recording bug


On Mon, Dec 31, 2001 at 06:08:23PM -0500, David Edelsohn wrote:
> Hashing internal addresses repeatedly causes problems when GCC's
> memory layout differs on different hosts, or even between bootstrap
> stages causing comparison failures.

Only when we iterate over the hash table to do something.  Merely
testing for existance within the table does not cause these problems.


r~


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