]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr34233.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr34233.c
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math" } */
3
4 double foo(void)
5 {
6 return __builtin_pow (0.0, -1.5);
7 }
8