Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pow-sqrt-3.c
blob18c7231a5bbb5bfb6a0ac250df6975c3862ae6bf
1 /* { dg-do run } */
2 /* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=3" } */
4 #define EXPN (1.25)
5 #include "pow-sqrt.x"