1  /* { dg-do compile } */
       2  /* { dg-options "-ffast-math" } */
       3  
       4  void
       5  foo (float f)
       6  {
       7    long p =  __builtin_lrintf (f);
       8  }
       1  /* { dg-do compile } */
       2  /* { dg-options "-ffast-math" } */
       3  
       4  void
       5  foo (float f)
       6  {
       7    long p =  __builtin_lrintf (f);
       8  }