https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64068

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I am testing:

Index: ../../gcc/ipa.c
===================================================================
--- ../../gcc/ipa.c     (revision 219631)
+++ ../../gcc/ipa.c     (working copy)
@@ -400,7 +400,6 @@
                       n = n->next_sibling_clone)
                    if (n->decl == DECL_ABSTRACT_ORIGIN (node->decl))
                      n->used_as_abstract_origin = true;
-                 enqueue_node (origin_node, &first, &reachable);
                }
            }
          /* If any symbol in a comdat group is reachable, force

Reply via email to