OSDN Git Service

* gcc.dg/vect/vect-reduc-dot-s16b.c: Mark functions noinline.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr33007.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -ffast-math -ftrapping-math" } */
3
4 long
5 foo (int i)
6 {
7   float x;
8   x = i;
9   return __builtin_lroundf (x);
10 }