Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / torture / fp-int-convert-float128-timode.c
blob11fa200781f60d065c2f59abe2a47953e88a627f
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-xfail-if "" { i?86-*-* x86_64-*-* } { "*" } { "" } } */
5 /* { dg-xfail-if "" { ia64-*-* && lp64 } { "*" } { "" } } */
6 /* { dg-options "" } */
7 /* { dg-options "-mmmx" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
9 #include "fp-int-convert.h"
11 #define FLOAT128_MANT_DIG 113
13 int
14 main (void)
16 TEST_I_F(TItype, UTItype, __float128, FLOAT128_MANT_DIG);
17 exit (0);