Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / fp-int-convert-float32-timode.c
blobc248497d7dc90ae2b920095ba51eb27cff7ff655
1 /* Test floating-point conversions. _Float32 type with TImode. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options float32 } */
5 /* { dg-require-effective-target float32_runtime } */
7 #define __STDC_WANT_IEC_60559_TYPES_EXT__
8 #include <float.h>
9 #include "fp-int-convert.h"
11 int
12 main (void)
14 TEST_I_F(TItype, UTItype, _Float32, FLT32_MANT_DIG, FLT32_MAX_EXP);
15 exit (0);