https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96608
--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to David Malcolm from comment #7) > There are a few places I'm hashing based on trees, for constants and types. > Is there a good way to hash those? (avoiding pointer values) Maybe iterative_hash_expr ?