OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr34233.c
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math" } */
3
4 double foo(void)
5 {
6   return __builtin_pow (0.0, -1.5);
7 }
8