PR other/25028
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / fp-int-convert-float128-timode.c
blob7693d17d31682cc321c9382846819e539209c607
1 /* Test floating-point conversions. __float128 type with TImode. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do run { target { ia64-*-* || { { i?86-*-* x86_64-*-*} && lp64 } } } } */
4 /* { dg-xfail-if "" { i?86-*-* x86_64-*-* } { "*" } { "" } } */
5 /* { dg-xfail-if "" { ia64-*-linux* } { "*" } { "" } } */
6 /* { dg-options "" } */
8 #include "fp-int-convert.h"
10 #define FLOAT128_MANT_DIG 113
12 int
13 main (void)
15 TEST_I_F(TItype, UTItype, __float128, FLOAT128_MANT_DIG);
16 exit (0);