Thanks for the quick reply.
On 2018-05-16 06:46 -0400, Jérôme St-Louis wrote:
> Dear Sven,
>
> Thank you for the notice.
> It would be extremely helpful in solving this rapidly to have a
> quick-link to the exact version of that stddef.h (possibly the other
> libc headers as well if that line refers so something else...).
That stddef file is from gcc-7 (or more precisely, from
libgcc-7-dev:i386), not from glibc. The line is question is this:
#ifdef __i386__
__float128 __max_align_f128
__attribute__((__aligned__(__alignof(__float128))));
#endif
> Were you suggesting those commits because there were __alignof or
> __float128 at that line?
Indeed. But, as I said, I haven't looked very closely at these commits.
Cheers,
Sven