https://gcc.gnu.org/g:6790558b4da2ffce55e507807b8f46e5dd5ad2b4

commit r16-907-g6790558b4da2ffce55e507807b8f46e5dd5ad2b4
Author: Juergen Christ <jchr...@linux.ibm.com>
Date:   Tue May 27 15:42:10 2025 +0200

    s390x: Fix bootstrap.
    
    A typo in the mnemonic attribute caused a failed bootstrap.  Not sure
    how that passed the bootstrap done before committing.
    
    gcc/ChangeLog:
    
            * config/s390/vector.md(*vec_extract<mode>): Fix mnemonic.
    
    Signed-off-by: Juergen Christ <jchr...@linux.ibm.com>

Diff:
---
 gcc/config/s390/vector.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/s390/vector.md b/gcc/config/s390/vector.md
index 5824ae4a672d..6f4e1929eb80 100644
--- a/gcc/config/s390/vector.md
+++ b/gcc/config/s390/vector.md
@@ -639,7 +639,7 @@
        return "vste<bhfgq>\t%v1,%0,%2";
   }
   [(set_attr "op_type" "VRS,VRX")
-   (set_attr "mnemonic" "vlgv<bhqgq>,vste<bhfgq>")])
+   (set_attr "mnemonic" "vlgv<bhfgq>,vste<bhfgq>")])
 
 (define_insn "*vec_extract<mode>"
   [(set (match_operand:<non_vec> 0 "nonimmediate_operand" "=d,R,v")

Reply via email to