https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105745
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2022-05-27 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 53045 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53045&action=edit gcc13-pr105745.patch GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC is documented as: /* Defined if gomp_aligned_alloc doesn't use fallback version and free can be used instead of gomp_aligned_free. */ so the _aligned_malloc/_aligned_free pair doesn't satisfy that. So my preference is this patch instead.