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

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>(which is likely inherited from the default structure alignment requirement on 
>the platform)

That is wrong assumption really. Since the ABI (the platform) says the
alignment is type depedent and in this case the types are arrays of 7,8,9 in
size of type char which definition has an alignment of 1 for the ABI.

Anyways this is definitely a gdb bug in "mis"understanding the ABI.

Reply via email to