https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104257

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:df5ed150ee5fbcb8255e05eed978c4af2b3d9bcc

commit r12-7294-gdf5ed150ee5fbcb8255e05eed978c4af2b3d9bcc
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Fri Feb 18 17:21:43 2022 +0100

    rs6000: Fix up posix_memalign call in _mm_malloc [PR104598]

    The uglification changes went in one spot too far and uglified also
    the anem of function, posix_memalign should be called like that and
    not a non-existent function instead of it.

    2022-02-18  Jakub Jelinek  <ja...@redhat.com>

            PR target/104257
            PR target/104598
            * config/rs6000/mm_malloc.h (_mm_malloc): Call posix_memalign
            rather than __posix_memalign.

Reply via email to