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

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |linkw at gcc dot gnu.org
                 CC|                            |linkw at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-08-29

--- Comment #1 from Kewen Lin <linkw at gcc dot gnu.org> ---
Confirmed, it's a test issue.

On Power8 the assembly uses lvx instead of lxv (Power9 specific) by making the
storage aligned. It's due to r12-2266, which was meant to change lxv but leave
lvx unchanged, so a typo.

Reply via email to