diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c b/gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c index 3f06e4753ff..2d72bba4235 100644 --- a/gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c +++ b/gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c @@ -1,8 +1,9 @@ /* { dg-do compile } */ -/* { dg-options "-std=gnu99" } */ /* Test various conversions involving decimal floating types. */ +#include "dfp-dbg.h" + /* Assertion that constant C is of type T. */ #define ASSERT_CONST_TYPE(C, T) \ do { \ |