Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / pow-sqrt-1.c
blob0793b6f9eaf8100d50e20b2db5375d3da16158e7
1 /* { dg-do run } */
2 /* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=5" } */
4 #define EXPN (-6 * (0.5*0.5*0.5*0.5))
6 #include "pow-sqrt.x"