Re: [bug #45445] AIX make check test-getdelim.c:72: assertion failed Abort(coredump)

2015-10-25 Thread James Youngman
On Mon, Aug 31, 2015 at 10:27 PM, Eric Blake wrote: > That means that gnulib should be testing whether the system > getdelim/getline matches the POSIX and GNU version, or whether it is an > unrelated symbol (as appears to be the case on AIX), so that configure > can get the right result from the b

[PATCH] stdalign: port to Sun C 5.9

2015-10-25 Thread Paul Eggert
* doc/posix-headers/stdalign.texi: Document this. * lib/stdalign.in.h (_Alignas): Sun C 5.9 also supports __attribute__ ((__aligned__ (...))). --- ChangeLog | 7 +++ doc/posix-headers/stdalign.texi | 2 +- lib/stdalign.in.h | 2 +- 3 files changed, 9 inserti