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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:3774c0b934c4fe13c2d527b757002bdea09f7039

commit r10-6468-g3774c0b934c4fe13c2d527b757002bdea09f7039
Author: Jason Merrill <ja...@redhat.com>
Date:   Wed Feb 5 01:02:22 2020 -0500

    cgraph: A COMDAT decl always has non-zero address.

    We should be able to assume that a template instantiation or other COMDAT
    has non-zero address even if MAKE_DECL_ONE_ONLY for the target sets
    DECL_WEAK and we haven't yet decided to emit a definition in this
    translation unit.

        PR c++/92003
        * symtab.c (symtab_node::nonzero_address): A DECL_COMDAT decl has
        non-zero address even if weak and not yet defined.

Reply via email to