https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85447
Martin Jambor <jamborm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #43981|0 |1 is obsolete| | --- Comment #8 from Martin Jambor <jamborm at gcc dot gnu.org> --- Created attachment 43989 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43989&action=edit Fix undergoing testing This version of the fix replaces a bool parameter with a hash_set, which actually corresponds to what I intended to do in the first place. It also contains a testcase that was miscompiled with the previous version.