On Fri, Nov 25, 2016 at 12:31 PM, Jakub Jelinek <[email protected]> wrote: > * decl.c (build_enumerator): Call fixup_type_variants on > current_class_type after finish_member_declaration.
Let's do this in finish_enum_value_list, in the block controlled by
if (at_class_scope_p ()
&& COMPLETE_TYPE_P (current_class_type)
&& UNSCOPED_ENUM_P (enumtype))
Jason
