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