From: H.J. Lu Date: Wed, 22 Jul 2020 14:33:54 +0000 (-0700) Subject: Limit pr95237-6.c to x86 targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=748ada0acb6fd746207aaff23a468717eee06555;p=gcc.git 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. --- 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