> From: Martin Sebor <mse...@gmail.com> > Date: Tue, 23 Feb 2021 02:07:59 +0100
> On 2/22/21 5:48 PM, Hans-Peter Nilsson wrote: > > Looking at commit de05c19d5fd6, that adjustment to these > > tests apparently assumed that the testsuite is run (only) on > > targets where structure memory layout has padding as per > > "natural alignment". For cris-elf, a target with no padding > > in structure memory layout, these tests have been failing > > since that commit. > > > > Tested cris-elf and x86_64-linux, committed as obvious. > > Thanks for the heads up. Would declaring the structs with attribute > packed work? That seems likely, yes. brgds, H-P