OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / decfloat-constants.c
index 62461e6..4980c65 100644 (file)
@@ -1,13 +1,14 @@
 /* { dg-options "-std=gnu99" } */
 
-/* N1150 4: Characteristics of decimal floating types <decfloat.h>.
+/* N1150 4: Characteristics of decimal floating types <float.h>.
    C99 5.2.4.2.2a[3]: New.
 
    Verify constants about range of decimal float and three components of
-   decimal float defined in decfloat.h.  */
+   decimal float defined in float.h.  */
 
-/* Make sure we are exporting the right values to decfloat.h. */
-#include <decfloat.h>
+/* Make sure we are exporting the right values to float.h. */
+#define __STDC_WANT_DEC_FP__ 1
+#include <float.h>
 
 extern void abort (void);