blob: c583ab6522cc366909c40a2a34ce966fdaaefb1f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O -ffast-math -ftrapping-math" } */
/* { dg-warning ".-fassociative-math. disabled" "" { target *-*-* } 0 } */
long
foo (int i)
{
float x;
x = i;
return __builtin_lroundf (x);
}