On Tue, Dec 15, 2020 at 03:15:48PM -0800, Jacob Keller wrote: > > I did find one bug, in your step (3), you have a check against > info->packed on symbol.c:162 in lay_out_struct, but nothing ever set the > packed value. I think you just need to initialized info->packed from > sym_packed at the top of examine_struct_union_type, i.e. A yes, I see, thank you. I think it was on purpose that it wasn't yet enabled (things are it fuzzy because the code is ~2 year old) and as I said it's unfinished. But, with your change, does it handles 'packed' more or less correctly? -- Luc