diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr37908.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr37908.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr37908.c b/gcc/testsuite/gcc.dg/pr37908.c index d927807..32946d1 100644 --- a/gcc/testsuite/gcc.dg/pr37908.c +++ b/gcc/testsuite/gcc.dg/pr37908.c @@ -1,7 +1,7 @@ /* { dg-do run } */ /* { dg-require-effective-target sync_char_short } */ /* { dg-options "-Wsync-nand" } */ -/* { dg-options "-Wsync-nand -march=i486" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ +/* { dg-options "-Wsync-nand -march=i486" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */ /* { dg-options "-Wsync-nand -mcpu=v9" { target sparc*-*-* } } */ |