]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pow-sqrt-3.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pow-sqrt-3.c
CommitLineData
b7dce216
KT
1/* { dg-do run } */
2/* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=3" } */
8d1a718e 3/* { dg-require-effective-target double64plus } */
b7dce216
KT
4
5#define EXPN (1.25)
6#include "pow-sqrt.x"