| Index: gcc/gcc/testsuite/gcc.dg/c99-tgmath-3.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/c99-tgmath-3.c b/gcc/gcc/testsuite/gcc.dg/c99-tgmath-3.c
|
| index 3e983042751f34eaed7d1a1aff7fb96ac2c0e668..83e34a23055a181de427502600ee44275b5d75f0 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/c99-tgmath-3.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/c99-tgmath-3.c
|
| @@ -3,6 +3,7 @@
|
| /* { 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 exp on a complex invokes cexp. */
|
| #include <tgmath.h>
|
|
|