This is the mail archive of the gcc-patches@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: [tuples] the intermittent bootstrap problem.


Very intermittent. I had to modify the makefile to call gdb. Running
it from the command line would make it pass.

That is intermittent indeed. I suppose you also tried running cc1 directly from the command line.


I think that what makes  it intermittent is that we need a statement
to be modified in a way that changes the hash but not the assigned
slot.

Yes, this would make it almost impossible to find a reduced testcase, but I don't see how this would be affected by running on makefile vs. commandline, unless you're hashing addresses (and even then...). Or you can patch hashtab.c to force slot 0 independent of the hash. That would be slow though. :-)


Paolo


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