https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67283
--- Comment #6 from Xavier Roche <roche at httrack dot com> --- > the problem is that the structure contains an array an total scalarization is > not implemented for them I confirm that without any array the inlining is fine. Side note: the same problem appears with an union (including union with only one void* member).