https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116267
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- It probably has shared tree nodes from folding (or sanitizing) and needs a hash-set to track visited.
rguenth at gcc dot gnu.org via Gcc-bugs Wed, 07 Aug 2024 04:29:55 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116267
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- It probably has shared tree nodes from folding (or sanitizing) and needs a hash-set to track visited.