Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr33007.c
blobb1fc4289be54f02134d540b9bf8783d7f19891d6
1 /* { dg-do compile } */
2 /* { dg-options "-O -ffast-math -ftrapping-math" } */
4 long
5 foo (int i)
7 float x;
8 x = i;
9 return __builtin_lroundf (x);