Hi!

This PR has been fixed with r12-7147-g2f9ab267e725ddf2.

Tested on x86_64-linux -m32/-m64, committed to trunk as obvious.

2022-02-16  Jakub Jelinek  <ja...@redhat.com>

        PR target/104448
        * gcc.target/i386/pr104448.c: New test.

--- gcc/testsuite/gcc.target/i386/pr104448.c.jj 2022-02-16 17:02:45.172189326 
+0100
+++ gcc/testsuite/gcc.target/i386/pr104448.c    2022-02-16 17:01:50.481951141 
+0100
@@ -0,0 +1,9 @@
+/* PR target/104448 */
+/* { dg-do compile { target { *-*-linux* && lp64 } } } */
+/* { dg-options "-mavx5124vnniw -mno-xsave -mabi=ms" } */
+
+int
+main ()
+{
+  return 0;
+}

        Jakub

Reply via email to