PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr35083.c
blobc765d325432e67ac503d1c5c1124c462a2257b32
1 /* { dg-options "-O2 -mno-80387" } */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target ilp32 } */
5 float test (unsigned int x)
7 return (float) x;