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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Peter Bergner <berg...@gcc.gnu.org>:

https://gcc.gnu.org/g:043550bceea7881163bba5d8a0486bb100a05809

commit r14-542-g043550bceea7881163bba5d8a0486bb100a05809
Author: Dan Horák <d...@danny.cz>
Date:   Wed May 3 14:29:09 2023 -0500

    libffi: fix handling of homogeneous float128 structs (#689)

    If there is a homogeneous struct with float128 members, they should be
    copied to vector register save area. The current code incorrectly copies
    only the value of the first member, not increasing the pointer with each
    iteration. Fix this.

    Merged from upstream libffi commit:
464b4b66e3cf3b5489e730c1466ee1bf825560e0

    2023-05-03  Dan Horák <d...@danny.cz>

    libffi/
            PR libffi/109447
            * src/powerpc/ffi_linux64.c (ffi_prep_args64): Update arg.f128
pointer.

Reply via email to