Re: [Patch Testsuite] Make all_attributes.cc in to (almost_)all_attributes.cc for ARM.
On 20/03/15 17:13 +, James Greenhalgh wrote: This patch just disables the check in this test case for "unused" when testing for ARM, which resolves the issue. Tested on arm-none-linux-gnueabihf to confirm it clears the FAIL. OK, thanks.
[Patch Testsuite] Make all_attributes.cc in to (almost_)all_attributes.cc for ARM.
Hi, As discussed on IRC, glibc's sysdeps/unix/sysv/linux/arm/sys/ucontext.h for ARM has a field named "unused", in a struct which looks like this: struct _libc_fpstate { struct { unsigned int sign1:1; unsigned int unused:15; unsigned int sign2:1; unsigned int