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

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Specifically caused by this hunk:

@@ -1066,7 +1069,7 @@ build_array_conv (tree type, tree ctor, int flags,
tsubst_flags_t complain)
   c->rank = rank;
   c->user_conv_p = user;
   c->bad_p = bad;
-  c->u.next = NULL;
+  c->u.next = build_identity_conv (TREE_TYPE (ctor), ctor);
   return c;
 }

Reply via email to