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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
But we actually called reshape_init:

 7146       expr = reshape_init (totype, expr, complain);
 7147       expr = get_target_expr_sfinae (digest_init (totype, expr,
complain),
 7148                                      complain);

expr was {{TARGET_EXPR<...>}}, after the reshape_init {TARGET_EXPR<...>}, but
that still crashes.

Reply via email to