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.