Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / fp-int-convert-float128x-timode.c
blob410370e280d2ea69490d5a96d9fbb4d0adeadb00
1 /* Test floating-point conversions. _Float128x type with TImode. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options float128x } */
5 /* { dg-require-effective-target float128x_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, _Float128x, FLT128X_MANT_DIG, FLT128X_MAX_EXP);
15 exit (0);