diff options
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr68661-2a.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr68661-2b.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr68661-2a.c b/gcc/testsuite/gcc.dg/torture/pr68661-2a.c index 5eb2361d14c..5a373a2c3a4 100644 --- a/gcc/testsuite/gcc.dg/torture/pr68661-2a.c +++ b/gcc/testsuite/gcc.dg/torture/pr68661-2a.c @@ -1,4 +1,5 @@ /* { dg-do run { target i?86-*-* x86_64-*-* } } */ +/* { dg-options "-mno-mpx -mno-sse -mno-mmx -mno-80387" } */ /* { dg-additional-sources pr68661-2b.c } */ extern void (*bar[]) (int, int, int, int, int, int, int, int, int) diff --git a/gcc/testsuite/gcc.dg/torture/pr68661-2b.c b/gcc/testsuite/gcc.dg/torture/pr68661-2b.c index dd5fb6437ab..3127278e0b0 100644 --- a/gcc/testsuite/gcc.dg/torture/pr68661-2b.c +++ b/gcc/testsuite/gcc.dg/torture/pr68661-2b.c @@ -1,4 +1,5 @@ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ +/* { dg-options "-mno-mpx -mno-sse -mno-mmx -mno-80387" } */ extern void foo (void); extern void bad (void); |