]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr33007.c
2007-08-22 Richard Guenther <rguenther@suse.de>
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr33007.c
CommitLineData
4de0924f 1/* { dg-do compile } */
2/* { dg-options "-O -ffast-math -ftrapping-math" } */
3
4long
5foo (int i)
6{
7 float x;
8 x = i;
9 return __builtin_lroundf (x);
10}