rt_gccstream/gcc/testsuite/gcc.target/i386/pr35083.c

9 lines
159 B
C

/* { dg-options "-O2 -mno-80387" } */
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
float test (unsigned int x)
{
return (float) x;
}