summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pow-sqrt-1.c
blob: 0793b6f9eaf8100d50e20b2db5375d3da16158e7 (plain)
1
2
3
4
5
6
/* { dg-do run } */
/* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=5" } */

#define EXPN (-6 * (0.5*0.5*0.5*0.5))

#include "pow-sqrt.x"