diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/c99-tgmath-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/c99-tgmath-4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-tgmath-4.c b/gcc/testsuite/gcc.dg/c99-tgmath-4.c index 90653260d15..d8dc043c261 100644 --- a/gcc/testsuite/gcc.dg/c99-tgmath-4.c +++ b/gcc/testsuite/gcc.dg/c99-tgmath-4.c @@ -3,7 +3,6 @@ /* { dg-do compile { target c99_runtime } } */ /* { dg-options "-std=iso9899:1999" } */ /* { dg-add-options c99_runtime } */ -/* { dg-skip-if "<complex.h> missing" { alpha*-dec-osf5* } } */ /* Test that invoking type-generic pow on complex float invokes cpowf. */ #include <tgmath.h> |