https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89458
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > But yes, the padding at the end of the object need not be copied. I am not 100% sure it does NOT need to be copied here. Rules have been tightened about padding bytes/bits in C++ so someone else needs to double check we don't need to copy or not the padding bytes.
