https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124811
--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Richard Biener from comment #5) > (In reply to Michael Lloyd from comment #4) > > I have attached a patch which may give someone with more knowledge a lead. > > Thanks, that's a good hint. I'll take that from here. Hmm, but the indirect string hashtable hashes the string, so the hashtable layout and traversal should be independent on ASLR. The hash tables are saved into the PCH file, but all that happens there would be that the table eventually shrinks, but in a deterministic way. That is, traversal order depends on the table size, but that should be deterministic as well.
