libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / pow-sqrt-2.c
blob96d7ce9c8cff0fa2c69690a6951555f88295c916
1 /* { dg-do run } */
2 /* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=5" } */
3 /* { dg-require-effective-target double64plus } */
5 #define EXPN (-5.875)
6 #include "pow-sqrt.x"