Merged revisions 143552,143554,143557,143560,143562,143564-143567,143570-143573,14357...
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / fp-int-convert-float128-timode.c
blob8318f8ad8aee27001210565aac5488cd71063e30
1 /* Test floating-point conversions. __float128 type with TImode. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do run { target i?86-*-* x86_64-*-* ia64-*-* } } */
4 /* { dg-options "" } */
6 #include "fp-int-convert.h"
8 #define FLOAT128_MANT_DIG 113
10 int
11 main (void)
13 TEST_I_F(TItype, UTItype, __float128, FLOAT128_MANT_DIG);
14 exit (0);