https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106677
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Marc Glisse from comment #0) > sum_vec gets relatively nice, short code. sum_array gets something uglier. > > _18 = &foo_5(D)->m_array; > _6 = foo_5(D) + 24; > if (_6 != _18) That is related to PR 89317.