Use move-aware auto_vec in map
[official-gcc.git] / gcc / testsuite / gcc.dg / pow-sqrt-1.c
blob17003c5d71c5ed21604feba5c7c40a0c011ccefc
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 (-6 * (0.5*0.5*0.5*0.5))
7 #include "pow-sqrt.x"