https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98912
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Well, lto_section is 8 byte long struct containing 2 ushort fields, 1 uchar, one byte padding (on most hosts) and one ushort field. So bet valgrind is complaining about streaming the padding...