1 2 3 4 5 6 7
/* { dg-do compile } */ /* { dg-options "-ffast-math" } */ void foo (long double *x) { __builtin_sincosl (*x, x, x); }