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