http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55916
Marc Glisse <glisse at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glisse at gcc dot gnu.org --- Comment #2 from Marc Glisse <glisse at gcc dot gnu.org> 2013-01-09 12:25:43 UTC --- (In reply to comment #1) > posix_memalign unfortunately has a weird enough interface that we can't > easily extract alignment for the pointer. Is it just because it outputs through a pointer? Are aligned_alloc, memalign and others easier then?