Correct type names in fp-int-convert-float*x-timode.c tests.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / fp-int-convert-float64x-timode.c
blob7d31868481f46a28291c828e1216a259c7e3f442
1 /* Test floating-point conversions. _Float64x type with TImode. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options float64x } */
5 /* { dg-require-effective-target float64x_runtime } */
7 #define __STDC_WANT_IEC_60559_TYPES_EXT__
8 #include <float.h>
9 #include "fp-int-convert.h"
11 int
12 main (void)
14 TEST_I_F(TItype, UTItype, _Float64x, FLT64X_MANT_DIG, FLT64X_MAX_EXP);
15 exit (0);