diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/builtin-math-7.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/builtin-math-7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/builtin-math-7.c b/gcc/testsuite/gcc.dg/torture/builtin-math-7.c index eaea86fd732..edd82e032fa 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-math-7.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-math-7.c @@ -6,7 +6,7 @@ /* { dg-do run } */ /* { dg-require-effective-target mpc } */ -/* { dg-options "-mieee" { target sh*-*-* } } */ +/* { dg-add-options ieee } */ extern void link_error(int); |