]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pow-sqrt-2.c
b2fada49e85316a4490684d1d25901a0ef06b4d2
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pow-sqrt-2.c
1 /* { dg-do run } */
2 /* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=5" } */
3
4 #define EXPN (-5.875)
5 #include "pow-sqrt.x"