https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65521
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P1 --- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- Feels like hashing of pointers and walking hash-tables where ordering changes code-generation (well, DECL_UID in this case). That's a no-no, of course (think address-space randomization).