aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr34233.c
blob: 1982efaa67287b23f688c04593e8322d7b01a7a3 (plain)
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);
}