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.
This commit is contained in:
parent
a5a8a4e615
commit
748ada0acb
1 changed files with 2 additions and 2 deletions
|
@ -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 <stddef.h>
|
||||
#ifdef __x86_64__
|
||||
# define EXP_ALIGN 8
|
||||
|
|
Loading…
Add table
Reference in a new issue