blob: 4891beb1dac738adc2ff6e1f462a837c40d38cc9 [file] [log] [blame]
/* PR sanitizer/64344 */
/* { dg-do compile } */
/* { dg-options "-fsanitize=float-cast-overflow" } */
int
foo (float x)
{
return __builtin_log ((double ) x);
}