From 265c6a41b78599309a8649d61879f69b4aae091d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 22 Jul 2020 07:33:54 -0700 Subject: [PATCH] Limit pr95237-6.c to x86 targets Since c-c++-common/pr95237-6.c is x86 specific, limit it to x86 targets. PR target/95237 * c-c++-common/pr95237-6.c: Only run for x86 targets. --- gcc/testsuite/c-c++-common/pr95237-6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/c-c++-common/pr95237-6.c b/gcc/testsuite/c-c++-common/pr95237-6.c index ce1568fa282..5e7396d7f4e 100644 --- a/gcc/testsuite/c-c++-common/pr95237-6.c +++ b/gcc/testsuite/c-c++-common/pr95237-6.c @@ -1,5 +1,5 @@ -/* { dg-do run } */ -/* { dg-options "-O2" { target { i?86-*-* x86_64-*-* } } } */ +/* { dg-do run { target { i?86-*-* x86_64-*-* } } } */ +/* { dg-options "-O2" } */ #include #ifdef __x86_64__ # define EXP_ALIGN 8 -- 2.26.2