aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr46251.c
blob: 0eeb29fda9df27f5ddf0c48f858431c4b44a585a (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-ffast-math" } */

void foo (long double *x)
{
  __builtin_sincosl (*x, x, x);
}