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

--- Comment #4 from Jan Hubicka <hubicka at ucw dot cz> ---
This drops TYPE_NEEDS_CONSTRUCTING.  I checked the uses
jan@skylake:~/trunk/gcc> grep TYPE_NEEDS_CONSTRU *.c
gimplify.c:       || TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl))))
print-tree.c:      if (TYPE_NEEDS_CONSTRUCTING (node))
tree.c:  TYPE_NEEDS_CONSTRUCTING (type) = 0;
tree.c:  verify_variant_match (TYPE_NEEDS_CONSTRUCTING);
tree-inline.c:  if (TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (p)))

I convinced myself that gimply and tree-inline uses are there only for
inlining/gimplifying within frontend. Perhaps they can also be dropped?

Honza

Reply via email to