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

Peter Bergner <bergner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-4-8
                 CC|                            |segher at gcc dot gnu.org

--- Comment #4 from Peter Bergner <bergner at gcc dot gnu.org> ---
(In reply to Peter Bergner from comment #3)
> commit 464b4b66e3cf3b5489e730c1466ee1bf825560e0
> Author:     Dan HorĂ¡k <d...@danny.cz>
> AuthorDate: Mon Jan 31 14:08:09 2022 +0100
> Commit:     GitHub <nore...@github.com>
> CommitDate: Mon Jan 31 08:08:09 2022 -0500
> 
>     powerpc64: 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.

Applying this commit does fix the test case FAILs.

Reply via email to