1 /* { dg-options "-O2 -mno-80387" } */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target ilp32 } */
4 
test(unsigned int x)5 float test (unsigned int x)
6 {
7   return (float) x;
8 }
9