1 2 3 4 5 6 7 8
/* { dg-do compile } */ /* { dg-options "-ffast-math" } */ double foo(void) { return __builtin_pow (0.0, -1.5); }