diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/float128-tg.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/float128-tg.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/float128-tg.c b/gcc/testsuite/gcc.dg/torture/float128-tg.c new file mode 100644 index 00000000000..c1b6398d92b --- /dev/null +++ b/gcc/testsuite/gcc.dg/torture/float128-tg.c @@ -0,0 +1,9 @@ +/* Test _Float128 type-generic built-in functions. */ +/* { dg-do run } */ +/* { dg-options "" } */ +/* { dg-add-options float128 } */ +/* { dg-require-effective-target float128_runtime } */ + +#define WIDTH 128 +#define EXT 0 +#include "floatn-tg.h" |