PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr34233.c
blob1982efaa67287b23f688c04593e8322d7b01a7a3
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math" } */
4 double foo(void)
6 return __builtin_pow (0.0, -1.5);