diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/complex-5.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/complex-5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/complex-5.c b/gcc/testsuite/gcc.dg/complex-5.c index 41c4ba0b909..ffedefea360 100644 --- a/gcc/testsuite/gcc.dg/complex-5.c +++ b/gcc/testsuite/gcc.dg/complex-5.c @@ -1,7 +1,7 @@ /* PR middle-end/33088 */ /* Origin: Joseph S. Myers <jsm28@gcc.gnu.org> */ -/* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */ +/* { dg-do run { target i?86-*-linux* i?86-*-gnu* x86_64-*-linux* } } */ /* { dg-options "-std=c99 -O -ffloat-store -lm" } */ #include <fenv.h> |