OSDN Git Service

* gcc.dg/simulate-thread/simulate-thread.gdb: Call
[pf3gnuchains/gcc-fork.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 }