diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/pr34831.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/pr34831.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/mips/pr34831.c b/gcc/testsuite/gcc.target/mips/pr34831.c new file mode 100644 index 000000000..2da436f71 --- /dev/null +++ b/gcc/testsuite/gcc.target/mips/pr34831.c @@ -0,0 +1,7 @@ +/* { dg-options "-ffast-math -mips64 -mgp32" } */ + +double +foo (void) +{ + return __builtin_pow (0.0, -1.5); +} |