https://gcc.gnu.org/g:c58d6d6ca426634d78fe0ab44c64b67683b4b79a

commit r16-5106-gc58d6d6ca426634d78fe0ab44c64b67683b4b79a
Author: H.J. Lu <[email protected]>
Date:   Mon Nov 10 06:26:59 2025 +0800

    gcc.target/i386/cmov12.c: Limit to lp64
    
    Since gcc.target/i386/cmov12.c also fails for x32, similar to ia32, limit
    it to lp64.
    
            * gcc.target/i386/cmov12.c: Limit to lp64.
    
    Signed-off-by: H.J. Lu <[email protected]>

Diff:
---
 gcc/testsuite/gcc.target/i386/cmov12.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/cmov12.c 
b/gcc/testsuite/gcc.target/i386/cmov12.c
index 3d8c358e7031..81977b9149be 100644
--- a/gcc/testsuite/gcc.target/i386/cmov12.c
+++ b/gcc/testsuite/gcc.target/i386/cmov12.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { ! ia32 } } } */
+/* { dg-do compile { target lp64 } } */
 /* { dg-options "-O2 -mavx2 -mtune=sapphirerapids" } */                        
     
 /* { dg-final { scan-assembler-times "cmov(\[lq\]\.)?g" 3 } } */

Reply via email to