https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116424
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection Known to fail| |13.0, 15.0 --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- /* Likewise, but allow extra temps of trivial type so that gimplify_init_ctor_preeval can materialize subobjects of a CONSTRUCTOR on the rhs of an assignment, as in constexpr-aggr1.C. */ gcc_checking_assert (!TARGET_EXPR_ELIDING_P (*expr_p) || !TREE_ADDRESSABLE (TREE_TYPE (*expr_p))); Looks like the ICE started in GCC 13 ...