2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / pr34831.c
blob2da436f71b898ec0ccc3b98ac629cd191e404c84
1 /* { dg-options "-ffast-math -mips64 -mgp32" } */
3 double
4 foo (void)
6 return __builtin_pow (0.0, -1.5);