Paul Eggert wrote: > + posix_memalign: port better to OpenBSD 6.2+ cross > + * m4/posix_memalign.m4 (gl_FUNC_POSIX_MEMALIGN): > + Don’t assume sizeof (void *) <= 32 (!). > + The bug is fixed in OpenBSD 6.2+.
I don't understand this ChangeLog entry. If it is fixed in OpenBSD >= 6.2, it's a "port better to OpenBSD <= 6.1", no? And is it a clang bug or gcc bug? Bruno