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

Andreas Krebbel <krebbel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
This should be fixed with:

commit 929fd91ba975eebf9e57f7f092041271dcaf0c34
Author: Stefan Schulze Frielinghaus <stefa...@linux.ibm.com>
Date:   Thu Jun 4 13:50:49 2020 +0200

    S/390: Emit vector alignment hints for z13 if AS accepts them

    Since 87cb9423add vector alignment hints are emitted for target z13,
    too.  This patch changes this behaviour in the sense that alignment
    hints are only emitted for target z13 if the assembler accepts them.

    gcc/ChangeLog:

            * config.in: Regenerate.
            * config/s390/s390.c (print_operand): Emit vector alignment hints
            for target z13, if AS accepts them.  For other targets the logic
            stays the same.
            * config/s390/s390.h (TARGET_VECTOR_LOADSTORE_ALIGNMENT_HINTS):
Define
            macro.
            * configure: Regenerate.
            * configure.ac: Check
HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13.

Reply via email to