aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64x-timode.c
blob: 7d31868481f46a28291c828e1216a259c7e3f442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Test floating-point conversions.  _Float64x type with TImode.  */
/* { dg-do run } */
/* { dg-options "" } */
/* { dg-add-options float64x } */
/* { dg-require-effective-target float64x_runtime } */

#define __STDC_WANT_IEC_60559_TYPES_EXT__
#include <float.h>
#include "fp-int-convert.h"

int
main (void)
{
  TEST_I_F(TItype, UTItype, _Float64x, FLT64X_MANT_DIG, FLT64X_MAX_EXP);
  exit (0);
}