https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58770
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |easyhack
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Tom Tromey from comment #3)
> One possible fix might be to use a hash table rather than a
> linked list for finding potential duplicates.
I'm adding the "easyhack" keyword, because Tom's suggestion above seems
sensible and probably isn't too hard to do.