http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55916
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code Status|UNCONFIRMED |NEW Last reconfirmed| |2013-01-09 Ever Confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-09 11:55:09 UTC --- Or inline the re-alignment code (and allocate one more element). That will allow for the most optimization opportunities. posix_memalign unfortunately has a weird enough interface that we can't easily extract alignment for the pointer.