[Bug ipa/92737] New: cgraph_node and varpool_node needs explicit constructor

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Nov 30 16:31:00 GMT 2019


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

            Bug ID: 92737
           Summary: cgraph_node and varpool_node needs explicit
                    constructor
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hubicka at gcc dot gnu.org
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

cgraph_node and varpool_node are non-pods, but still allocated via
alloc_cleared and we rely on various flags to be set to 0.


More information about the Gcc-bugs mailing list