summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/fp-int-convert-float80-timode.c
blob: 5b9bb706c0a9403102df3cea1ed472b00a1724b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Test floating-point conversions.  __float80 type with TImode.  */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do run { target i?86-*-* x86_64-*-* ia64-*-* } } */
/* { dg-options "" } */
/* { dg-options "-mmmx" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */

#include "fp-int-convert.h"

#define FLOAT80_MANT_DIG 64

int
main (void)
{
  TEST_I_F(TItype, UTItype, __float80, FLOAT80_MANT_DIG);
  exit (0);
}